Memory Pool Memory Pool Refreshing

5,730 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (574,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,118 333,118 000000000000000011ca8747b0644abaae6730261b1e43e4be7f9e1e56669345 0.24 MB 326 20
333,117 333,117 000000000000000002aa5d6d897a2d48ce5ee4191cd904a8376fdd1162aab4b7 0.17 MB 301 18
333,116 333,116 000000000000000011aa9d33fd83cdaaf81a837d39afe0569b3d59756af9ad6c 0.65 MB 1,200 21
333,115 333,115 00000000000000001532a8dd1ed1ae44268187c3f9aefc729b6e5fb9f66649a5 1.00 MB 1,773 25
333,114 333,114 000000000000000000d24f7b706a599081961fcb77a0c63bd1d9ccb55c53280e 0.42 MB 553 25
333,113 333,113 000000000000000006efb494417098dd5c7ae9b1cfa2644bbdec7efccf40b6c1 0.25 MB 436 25
333,112 333,112 0000000000000000094fe7c584920948395fa719ee5b8546312881497b89ea2d 0.17 MB 384 26
333,111 333,111 00000000000000000a26235d5037392f0ca57abaa797d758eb528dfceae73c8d 0.06 MB 109 20
333,110 333,110 000000000000000018d733b676694f867713d72ff110baf75ab4ce9b025d90a3 0.03 MB 30 12
333,109 333,109 000000000000000007e538974d4947e3928dc40b0794656a1873636f8254d44d 0.71 MB 1,287 26
333,108 333,108 000000000000000016242c615a853e84496881f238d949d58e5f8306d9718965 0.13 MB 176 18
333,107 333,107 0000000000000000040d3b5fde616bb7799f63ebab6d39cc04f2344171b86c4f 0.04 MB 117 48
333,106 333,106 000000000000000001db6373698d6fabe3c1227166a05c105f97a4d2d84a57b1 0.31 MB 381 17
333,105 333,105 00000000000000000870b056044fed82e0701cbb87f5ae5a6f3aa2d0da6708dd 0.23 MB 688 34
333,104 333,104 0000000000000000084f186d8ad674ce82033f30edac4aabef37db96c61c25cc 0.22 MB 376 25
333,103 333,103 000000000000000004fa1bdf0e61daa6de60384d56d21e2bc916b928b8326a73 0.01 MB 41 34
333,102 333,102 00000000000000000244d59cdb9d3b99db154b219d67ad23be1bcb2796d546c6 0.59 MB 918 28
333,101 333,101 00000000000000001140229c8172692bd34a62ca489a74c29a9d34d98f38efed 0.09 MB 158 30
333,100 333,100 000000000000000017f22258a72671c378a0c7bf7634a15ddcd053b0f1d6abc8 0.02 MB 32 62
333,099 333,099 00000000000000001af74c8646f5b5e54e78732347ad62683ec292b2168fa2ed 0.20 MB 745 37
333,098 333,098 000000000000000003ae69086f34cfc5a2563da2983fcfd1e305b0ccf773c8b6 0.27 MB 394 31
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.