Memory Pool Memory Pool Refreshing

2,092 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.66 vMB 2,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (213,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,133 694,133 0000000000000000000a60f654573558dc427d0b4e780984a65b021925ff1875 1.40 MB 2,467 14
694,132 694,132 000000000000000000111c58571fdc545eaed0bc5eef1c6d40111d5c1042d675 1.40 MB 2,790 19
694,131 694,131 0000000000000000000faff2c57a61028b89990c8afb389d2159832ef7108385 1.53 MB 2,079 19
694,130 694,130 000000000000000000034d27e51964ed78195e24f9e5334ee018f080b5479255 1.73 MB 879 4
694,129 694,129 0000000000000000000ba5895828e6ddd8b47af4f7c8018bd1efa594fc7cce64 1.44 MB 2,912 31
694,128 694,128 0000000000000000000f18b95f474638460ee5200fc12f18b130df993d4b9c1c 0.66 MB 1,353 12
694,127 694,127 0000000000000000000d638ec319aa9ccfa2dce793fda46114eac57689fed847 1.15 MB 1,479 13
694,126 694,126 0000000000000000000b682fb944193c2e6d57b018035dbd8b303c64b43f70e6 0.07 MB 126 18
694,125 694,125 00000000000000000012fb60cfe6a0ab2d5f3c191af6faf68ffa19c832917055 0.54 MB 478 4
694,124 694,124 000000000000000000093dc96aa44138c1d7080fb455b428047d7157a1f35f88 1.36 MB 2,010 13
694,123 694,123 0000000000000000000dd2058837d87f2207f7267eeddf2b005932cbfe764175 0.34 MB 570 15
694,122 694,122 000000000000000000111234d938188380b98517113445ce981c8ee321e7b1f2 0.17 MB 183 6
694,121 694,121 0000000000000000000fe7dceccc9a74c03807f31a1fc9f9ef28c6f9c9a3c034 0.29 MB 534 14
694,120 694,120 0000000000000000000297f4aa04d7c102bdb462e9cbe85bb3289ea5af5771cd 0.86 MB 1,168 10
694,119 694,119 000000000000000000041988589d7c5f8eec2420b931affea99b2c112ddd4ddd 1.19 MB 1,116 15
694,118 694,118 00000000000000000008e64c2800f85c9e16c7b6369485770157200514d1f82f 1.22 MB 1,685 14
694,117 694,117 0000000000000000000686a585a17bc36b0758de7da1e06571a56b4e3f32d276 0.47 MB 631 10
694,116 694,116 00000000000000000003fe2d885c3776cb336efc4d26b8ece79c0ae33f15b0ac 0.61 MB 1,193 16
694,115 694,115 0000000000000000000a891df66a8d5c202bf39384c33648549d12bbd815a81a 0.10 MB 178 9
694,114 694,114 00000000000000000012517740c274788bed8ad5416927726f6fb4e7dac7de52 0.34 MB 715 13
694,113 694,113 000000000000000000112bcf1a07a3101fa19448cac9007481b7941fee54574a 0.33 MB 429 9
Previous 10 blocks ↓
Total Size: 769.07 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,628.09 GB sent, 93.23 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.