Memory Pool Memory Pool Refreshing

4,184 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (611,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,890 295,890 0000000000000000af2a9881f65f04dc8219c9cff0b53e90d34f7d3a5e08e000 0.22 MB 512 52
295,889 295,889 00000000000000002e45b15f6fc4badb8a32891507b6179e9974362473de588f 0.25 MB 600 50
295,888 295,888 000000000000000084f5f526a9fa8c1319247fb033c510e96f3be64ee70c48c6 0.25 MB 398 32
295,887 295,887 00000000000000004b4e0ccb6350ee70f3108513744154064dff16e1a08904cd 0.22 MB 512 49
295,886 295,886 00000000000000002d23164ac3cfdc4d84a0053add17ca631213231e258a7202 0.13 MB 202 29
295,885 295,885 00000000000000001418a26a22d7b0549858c94abdaf124b4e193ade573501c4 0.02 MB 41 26
295,884 295,884 00000000000000001c16dccf7a74e2c7e460ff0d3a41880101d1e2782b928c79 0.10 MB 32 3
295,883 295,883 000000000000000015eab6e88c5b5b88658a9566eaa6b4506604d290597a4a05 0.27 MB 391 34
295,882 295,882 0000000000000000361dadca7b3e39205f722961b8c131450ed9c2db9b6dd5f6 0.06 MB 131 32
295,881 295,881 000000000000000056fbf7b589c743980a523ab30b94b671c097ddd2a783afbd 0.13 MB 285 47
295,880 295,880 0000000000000000601b0a0988a7e1f9aa8e4c7b991e6ae21632e410a57e4594 0.22 MB 357 32
295,879 295,879 00000000000000004b0073421f48ca6daad554292c417db2ef98cb474adc7e2d 0.44 MB 446 16
295,878 295,878 00000000000000008c27df4588c396b3cd8eca51e3e9458acf9dbadb60a50b86 0.36 MB 1,024 59
295,877 295,877 0000000000000000aa6e69831f9f303697192c4f25c9f73551cbc40de7d76a27 0.34 MB 642 46
295,876 295,876 00000000000000007288b5291f31bd814de83c28a09350323d09d3d754fe220d 0.17 MB 316 33
295,875 295,875 00000000000000001c6d9c76457744c6f1284840ba13a905da86827f5e7c7283 0.66 MB 779 20
295,874 295,874 0000000000000000313e7063eecd66415e1f49c9bacbec112b760ebddd85472f 0.35 MB 1,024 60
295,873 295,873 0000000000000000604f70b4db6e736210f798bc2c3a4642c17c28511a6c97d3 0.29 MB 497 43
295,872 295,872 0000000000000000302ceb45175330bef82118ff087d61a6ab379df0e467233d 0.38 MB 537 23
295,871 295,871 00000000000000003983bb16535f1ce0251e60d1dec4f337cda75d8d8d443756 0.19 MB 512 70
295,870 295,870 000000000000000011d27df83ed2b690f275e83082d421a58346088e0ba4d8be 0.25 MB 619 49
Previous 10 blocks ↓
Total Size: 769.00 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,616.86 GB sent, 92.83 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.