Memory Pool Memory Pool Refreshing

9,456 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (587,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,115 320,115 00000000000000001dadac24ae07c8f954f6e361d745b9afc7d3f2bf4d8c652a 0.11 MB 192 26
320,114 320,114 00000000000000000ee4f4b181c7aea74aab18b28f11f38fddc7b5a65e5a14f3 0.19 MB 341 24
320,113 320,113 000000000000000016e5dc27112b002b9aa706fa04e0fabaca54b185453bde67 0.06 MB 130 28
320,112 320,112 000000000000000008f08aedacc53cf176769ed531219c36675fa2d1bf060a65 0.66 MB 1,033 27
320,111 320,111 00000000000000000c960765ccfe40a0e00e8e3ab1ce612488d702a085faeac7 0.21 MB 285 20
320,110 320,110 0000000000000000093e7d5d18249d3b7b1c5f39eeee92cb9670479e6f244949 0.08 MB 256 46
320,109 320,109 00000000000000000d178082e64ef732f96925701168eb91d3544375e7705b33 0.04 MB 93 33
320,108 320,108 000000000000000017f8a7860188d8a966424609ec36273dbe640ebd4a667400 0.22 MB 445 29
320,107 320,107 0000000000000000163afc1aaf8531ff2ba0005a6869b0a32b5b453506df0966 0.22 MB 381 22
320,106 320,106 00000000000000001f7cf9f3a5807818e5c8154b75edcb09bd586d32d40d6a3d 0.64 MB 1,144 26
320,105 320,105 0000000000000000153f3a0a6ff1a0cc197a8dbb8257a5a4ea033bf338260bb7 0.13 MB 226 23
320,104 320,104 0000000000000000272f8c663cf924c97ab1cd672b358a3643d3abed646507fc 0.14 MB 267 55
320,103 320,103 00000000000000001d5c32b9829781e765a9301e791722704fa2d71df051e2ca 0.06 MB 61 7
320,102 320,102 000000000000000012298b6c834347afd692ef3b1103cf02e377ce7790f6083a 0.19 MB 226 20
320,101 320,101 0000000000000000097d92797116f8e8f6660ef911fb6b25dd6af7f61f802e57 0.09 MB 194 32
320,100 320,100 000000000000000020b06f3851e15864a36ad8fef166dd8d27eec706832037f2 0.15 MB 273 26
320,099 320,099 00000000000000001376b7658cd79676177c174d8dcdef6fb1f63bc67f55620c 0.14 MB 255 25
320,098 320,098 000000000000000009ea00aacb80ca2b4b63f1041493bee75f93a0e442264383 0.22 MB 285 23
320,097 320,097 00000000000000001da86c420196bb512c4801e483adedfa09517dc71fd1fcb6 0.09 MB 149 25
320,096 320,096 000000000000000027f0c6fd792c07986b6b4c2917788a1205cdee042ccc2de0 0.13 MB 290 31
320,095 320,095 000000000000000016fa4886568e59c72b07e1fec9b70abeadbc0bd9966f5830 0.10 MB 171 18
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 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.