Memory Pool Memory Pool Refreshing

7,013 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (193,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,865 713,865 00000000000000000006c9fc8cf64d09b4555faa64eb95eb7575a2c03c8b2568 1.45 MB 1,405 3
713,864 713,864 00000000000000000008315292cc085c62479c184937b1a94defcef90b6477ac 1.50 MB 3,102 9
713,863 713,863 0000000000000000000b1f8752564a2bf46f12e8c8748ef3e2347da29bc76a17 1.51 MB 2,215 3
713,862 713,862 00000000000000000007c5011662689cb09464e70f7dca8ceecc34311587c3fe 1.44 MB 3,658 10
713,861 713,861 00000000000000000002a3dd17b95eb19f85da8c79e3dab13ab65547fedf771a 0.84 MB 1,414 6
713,860 713,860 00000000000000000002b793167de58ecf88f514fb12d0c2452bcce142911358 1.28 MB 2,331 7
713,859 713,859 0000000000000000000a976130b031ecc21832a983f7a1d8b001b0a23167819b 0.01 MB 22 3
713,858 713,858 0000000000000000000706076b28dca960a301fa7572e0dc822e57b0654cb29c 0.93 MB 2,087 7
713,857 713,857 00000000000000000008a1baa7c580f026e1a7f1f2eeb15ca74f4b58f4743320 1.31 MB 2,462 7
713,856 713,856 0000000000000000000b4b1c6020167005153214ec87c84bbf404a97a136352e 0.39 MB 818 7
713,855 713,855 0000000000000000000738fca74dbaa6851e50592a5db929fad37a69d6a6d467 0.91 MB 1,318 7
713,854 713,854 000000000000000000006bada4700ec91557bafceb434df64a53fc5df651faaa 0.29 MB 553 6
713,853 713,853 00000000000000000006837802773fd8b7657a617f2d36c34df2853294b6c711 0.97 MB 1,287 4
713,852 713,852 0000000000000000000b1f31368cf539441d2c003f4b04d7b14589bd673e6cc8 1.55 MB 3,358 4
713,851 713,851 00000000000000000007013e1e7aacce788419d754830b0f3913168b7a1e9a3f 1.41 MB 2,801 11
713,850 713,850 00000000000000000004526c04a510d3c43c71ba0b7a0469452728b3e5323c9c 0.06 MB 146 7
713,849 713,849 00000000000000000003e2bc1ef6f6e0dda6b1a3dfea851ecaa616d41b147855 0.67 MB 836 6
713,848 713,848 0000000000000000000845b374aedbeb3907304839614cd47060413a716760a2 0.35 MB 589 7
713,847 713,847 00000000000000000007ccb8614957cee3d5b86fd12df92c06ba9d46ba17b782 0.97 MB 1,601 6
713,846 713,846 00000000000000000003633c6fc1a4f5963b72a62313b3ba4ecbef3f12774aed 1.05 MB 1,266 4
713,845 713,845 00000000000000000006cd71d77c9983d592a4e503031baeeec2d9d5490aa29f 1.51 MB 2,798 3
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.