Memory Pool Memory Pool Refreshing

8,162 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (3,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,671 904,671 00000000000000000000c4e761d265745d608ea150ca2ed5644d1324d8c3ee8e 1.60 MB 3,223 2
904,670 904,670 0000000000000000000216e17d0e103723529bc9b3f771e81d45c2022e986dc2 1.22 MB 2,187 2
904,669 904,669 0000000000000000000033ae20dbd8d03358ce5b19307ab84e4caee760b8c27e 0.36 MB 792 2
904,668 904,668 000000000000000000017d0a7ece05a950ef62ee36769e676d77892aa404ebb1 0.21 MB 469 2
904,667 904,667 00000000000000000000c5697ae2e634770c8cf25e02bfca74d60a4bf1d4e2c3 1.05 MB 2,080 2
904,666 904,666 0000000000000000000217c612cca254b91f831597686b1b0612479eed2eaeeb 1.05 MB 2,768 1
904,665 904,665 000000000000000000015eb2fc4c6719fd9293875b47539a2341d5a67c784dec 1.48 MB 2,331 2
904,664 904,664 000000000000000000022fd7ab4a6848d8efda37b78d7071d80ac45d16edead0 1.71 MB 2,256 1
904,663 904,663 000000000000000000008f8b75b99ef9829190ce78f53f0aa154b9c3e2ae15ea 1.49 MB 2,478 3
904,662 904,662 00000000000000000001f234e10bef5e342a016d69937a0e3d63809cfa4b3880 1.61 MB 2,523 2
904,661 904,661 00000000000000000001e5c560474337a8bdf5a271d7bd9af2a4721299dcf786 1.39 MB 2,367 3
904,660 904,660 00000000000000000001733caa54a650f9e242d1ef24ffc4fd43fb011ecada2f 1.63 MB 2,743 2
904,659 904,659 000000000000000000000d1bad17b4b118285fd3e326f295f75834fcf8440f5b 1.15 MB 903 2
904,658 904,658 000000000000000000008fb4ddfd54e308b3574e94461008a0f02cc99d22b6fc 1.61 MB 3,401 2
904,657 904,657 00000000000000000000cb1e6a27620cb1daa6bef38687179f6489883949a690 1.47 MB 3,374 6
904,656 904,656 0000000000000000000024975151385e6189fbace06dc4308ed96c8137f791c9 0.52 MB 1,295 2
904,655 904,655 000000000000000000006fcac2b62617a9997c37032fe879eab2614e3bdda245 0.95 MB 1,731 2
904,654 904,654 00000000000000000001ceb9874081e4fa297ea08c86a368aa7d67e13665f467 0.08 MB 108 2
904,653 904,653 00000000000000000000b91adcad5fe67fdeef6924a7ab40c0ce3fcf283bbbb1 1.63 MB 2,785 2
904,652 904,652 00000000000000000000e491c497a2eb54de9aeee1527c6c4e1a69b02ac677df 1.49 MB 1,231 1
904,651 904,651 0000000000000000000206a6b3f3f51fd4ae00ed37ec1215f45baaf6d77a4824 1.57 MB 3,714 4
Previous 10 blocks ↓
Total Size: 769.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,647.39 GB sent, 95.51 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.