Memory Pool Memory Pool Refreshing

22,492 transactions
15.39 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
902,970 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,969 (261,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
641,340 641,340 00000000000000000004743263e687432967fd83f9037411c02fe82f88be715e 1.36 MB 2,004 77
641,339 641,339 0000000000000000000b989855926f25838bd841b20c371a63a4110edb19c5b7 1.38 MB 2,006 40
641,338 641,338 0000000000000000000fef3e130cb429be33c20b2cd90b88c1c99e360adfb4b3 1.39 MB 2,129 97
641,337 641,337 0000000000000000000775c38bcf5c9c33d58bd7bc50b43bc294d74c22c9fe4d 1.26 MB 2,163 39
641,336 641,336 0000000000000000000c6b5745288be7075d6cf2859420f2fa78702e18cf9177 1.10 MB 2,362 38
641,335 641,335 000000000000000000065b896219ea55afd1dee1d61d926f33c52434820f55c8 1.27 MB 2,327 62
641,334 641,334 0000000000000000000c1420b81deb0d384bac38a837aa6acdf3d2b49e3652db 1.41 MB 2,637 124
641,333 641,333 000000000000000000018a17cd187aead88c24d7d6db48a3358d916271e431cb 1.25 MB 2,262 153
641,332 641,332 0000000000000000000f90be0b1c4731b0194d8f1b3f874d54e8c2d55765a478 1.34 MB 2,839 117
641,331 641,331 0000000000000000000bcb86bdfb2c8a32b05fc41def9261a89c72d036a8a48f 1.29 MB 3,236 49
641,330 641,330 0000000000000000000045cd85851cfc98335dbad78aa975776ff8054cc62210 1.28 MB 2,099 32
641,329 641,329 0000000000000000000d08f56790df8451bb257c82299784f6c20774406a9a98 1.26 MB 2,624 106
641,328 641,328 00000000000000000004d23264e6f958a121fe40549af8f6cee3c16a76e1e8bb 1.25 MB 2,639 94
641,327 641,327 000000000000000000050f9eae2dcccd421df59404c87ce28d3fff4cad6014ff 1.36 MB 2,639 136
641,326 641,326 0000000000000000000ebf2c5c25b168e00147203f62cc7cbb34879d9a6e9763 1.27 MB 2,503 95
641,325 641,325 00000000000000000008d00dbd9c2a3fa98988db5b6362c63b175eb8c808286f 1.22 MB 1,436 37
641,324 641,324 00000000000000000010b35014e45f1e78d9cf90d5f578153df39d6ead71afe2 1.23 MB 2,274 78
641,323 641,323 0000000000000000000277aea2ae501ea62c5a716d631365fde480c360656516 1.10 MB 1,254 39
641,322 641,322 00000000000000000009d7066a475fcc137f390d57f2968fb59bed94f4a1af76 1.25 MB 2,159 107
641,321 641,321 00000000000000000002e75dfd23af91edd1ff3dde83ff5b6cab3fdd244d5ed1 1.12 MB 1,712 43
641,320 641,320 0000000000000000000d3762cd2d3bc15725d8dc6c70fb9c4d8491d34d9e9ef0 1.19 MB 2,511 32
Previous 10 blocks ↓
Total Size: 760.85 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: 912.85 GB sent, 50.80 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.