Memory Pool Memory Pool Refreshing

6,584 transactions
2.22 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
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,592 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (467,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,265 440,265 0000000000000000004dfd26735f931027891aa7d2548e3af060d144f06a4af9 1.00 MB 1,951 70
440,264 440,264 000000000000000003736b0f5dd20ed8b01159a4679cfde2d107c6d1e431cc41 1.00 MB 1,981 89
440,263 440,263 000000000000000001d259af2d0c9894d0ae7ec80aaa8de14b4a981bd3f8201c 1.00 MB 2,344 64
440,262 440,262 000000000000000002e4403e2babdccfe89704277ea48e1ab3ed5957cdfb1f24 1.00 MB 2,469 75
440,261 440,261 00000000000000000364469f87b7ba30e40402d212d8be71c0eb2360f8807f4c 1.00 MB 3,362 67
440,260 440,260 000000000000000001732cd3151b0bfac6d4681266149de6b6da5c56149d7f15 1.00 MB 2,412 97
440,259 440,259 000000000000000001bdf2a6cab1daeda936a59a32663af4cf332792910bcc96 1.00 MB 2,620 92
440,258 440,258 000000000000000002638252339400c9defeb9161d6d4b0bda49e92ec11dd1be 1.00 MB 2,966 74
440,257 440,257 000000000000000003dff419e2e95a76aa3cd23f3b00182463610793f8fc638d 0.75 MB 1,407 122
440,256 440,256 00000000000000000081ff26f7ca18c1fb6f081d6248302ffe23163864a57ace 0.75 MB 1,637 76
440,255 440,255 0000000000000000019f75bca8ed2ee5807729b21839680718282be24ad6d72b 1.00 MB 2,746 77
440,254 440,254 000000000000000001489ba517375c25243ca1e0be345ca62f067f0c8d38c59f 1.00 MB 2,556 92
440,253 440,253 000000000000000000484c57dc293a8116f055fe2a0186bf5afc9944cb835abf 1.00 MB 1,700 105
440,252 440,252 00000000000000000014a5fa550cbd7209cabbfea98251d69d35e44ae21fd7be 1.00 MB 1,865 103
440,251 440,251 0000000000000000021296117caf19686acd3001269127589172d921d4a25470 1.00 MB 1,318 119
440,250 440,250 000000000000000002e35e77dca34b1e30642045154accbe4723b40d9934b9d7 1.00 MB 1,910 124
440,249 440,249 000000000000000000898ca90c84f487c56b2e91d14f5fde26e325a6dabf94e6 1.00 MB 1,947 70
440,248 440,248 0000000000000000015d6120c1bf1599d50fdafea75cd87f5c42df554a78005a 1.00 MB 2,234 83
440,247 440,247 0000000000000000021f02fec65c25ff3d96c6c21ca5b19f91188fac95ed1207 1.00 MB 3,175 73
440,246 440,246 00000000000000000259252847d79708a2bd664723218bbabd54b422ac4e0e4f 1.00 MB 2,251 80
440,245 440,245 00000000000000000382e520b1fd774b5645e9e0a9f6b103e310fb1e31b901aa 1.00 MB 2,430 72
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.