Memory Pool Memory Pool Refreshing

13,945 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (216,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,471 691,471 00000000000000000001978569befe6800a5f0217820a49d3b8304aefb58035a 1.16 MB 1,209 7
691,470 691,470 00000000000000000008b13df044573b4e746ac0e1c5f15607ec014edb53d8da 1.40 MB 2,726 15
691,469 691,469 0000000000000000000fa12e32072488b63303840a3cd4e47872c06d647f9cef 1.33 MB 2,690 24
691,468 691,468 00000000000000000006193690ae5b87e772d0a0826b2e728aca2412a40891c0 0.20 MB 392 20
691,467 691,467 00000000000000000010f19ed720c3d8863377fa288fc1fefce9a4c9ce86a2db 1.05 MB 1,870 16
691,466 691,466 0000000000000000000434185826c7821e23d58e84986652771e049cfc84624f 0.25 MB 503 13
691,465 691,465 000000000000000000064ff6171c0bfaf1f537ba5ca1f3b5e3633440a2ad0b87 1.36 MB 1,349 5
691,464 691,464 0000000000000000001231da0fbe10e2a5c2557043ba0d94375df95bfb829ad5 1.47 MB 2,971 13
691,463 691,463 0000000000000000000cf73b5d77db6f76dc3917fff172f667c0099c610f810a 1.46 MB 3,003 14
691,462 691,462 0000000000000000000a5903ef895d566b207a57517511991eb473bc85c60f3a 1.42 MB 1,404 4
691,461 691,461 00000000000000000002dabafb419c561f7bd0f2ac966720e7ed8179c12bc3a6 1.14 MB 1,117 4
691,460 691,460 0000000000000000000b1ddad98a8f1d2006d1effa69636d4e2aaac31d694942 1.41 MB 2,860 18
691,459 691,459 0000000000000000000ce9d97c115e7ef2005141c776e91e4ba6d836efd03fa5 1.46 MB 2,556 23
691,458 691,458 0000000000000000000ff250dbdb914f43cbbcab9259232ffbfe4fc05267cae7 1.42 MB 2,819 7
691,457 691,457 0000000000000000000b865ed649750e643b633458dc90086ce5195cce77f465 1.68 MB 1,945 35
691,456 691,456 000000000000000000020bba67340d44e3ba996490ce466bfe6cf9ff9f6c0a12 1.61 MB 2,159 7
691,455 691,455 0000000000000000000436a17216ea8d6007dac6044ded9d5ae82531e06c2a4f 1.26 MB 2,759 2
691,454 691,454 0000000000000000000397075521893524c54031cf5448f43cbef11c4f60319d 1.49 MB 2,613 13
691,453 691,453 000000000000000000126bf944248bc6c192df1c6de72a8544b8c7c0f3e0c243 1.33 MB 2,513 5
691,452 691,452 0000000000000000000b6da7fe44a51a6765894c7fc80fdb46457e14124fa643 1.39 MB 2,735 12
691,451 691,451 000000000000000000042c36a50c916cd92e7d5ed42c7663c07304f9b8fda0bd 1.38 MB 2,723 18
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.