Memory Pool Memory Pool Refreshing

16,372 transactions
5.45 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (632,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,524 275,524 00000000000000008ffca13fca7b117a8e1eee44cc6104235262566382d6c583 0.15 MB 343 44
275,523 275,523 00000000000000045bae74ba9576586e3834bc706ca036b7f52efd4b468f9fca 0.21 MB 389 35
275,522 275,522 00000000000000010cf0e8aa6220d9872cfc1abcba56e235d291eb0954617227 0.25 MB 649 60
275,521 275,521 000000000000000263759504b29bef3d8500a53d7d75fe8b8bdb23bde5cae0e1 0.19 MB 454 51
275,520 275,520 00000000000000005b7999f70142198f6f78340a52e8b008a425a4a5390e970f 0.07 MB 165 52
275,519 275,519 00000000000000010aa61bf9217b27d355ef6be484a82e73938354dd54bf6f39 0.05 MB 133 42
275,518 275,518 0000000000000003d3d760ca0b6518c50e4b6581d2da3801e56ae3e9dd1c84dd 0.19 MB 337 44
275,517 275,517 00000000000000031e8a64486f96be638ad51e7155fb14b1e279a24f6ad12bde 0.05 MB 130 34
275,516 275,516 00000000000000021ea897176bbde505a6143bb7a9617fb03cab0065b806fcfb 0.21 MB 432 52
275,515 275,515 0000000000000000e565c5ab0223824d87a90b1baf7cf1701eea8c49a69b9fcd 0.01 MB 33 36
275,514 275,514 000000000000000218ecf9c7623e13483a7a7c2ec62c0ac7db2d3927392225e3 0.07 MB 165 36
275,513 275,513 0000000000000002b96b98a9d3fa8e76ae0fe2f7bd60a614fdcff8c4587e58d8 0.13 MB 403 34
275,512 275,512 00000000000000028b2b86c2e7008da96c9b69711b027dc4f2fdc8eaff36d9ac 0.29 MB 420 21
275,511 275,511 00000000000000017f6d9218b56661fddcef1c476717bb4efacb1798eb45b68a 0.25 MB 754 78
275,510 275,510 0000000000000002a81ec700871d97a1e47ee4aff3752520918fb92d4e394c1c 0.48 MB 1,038 44
275,509 275,509 000000000000000333e47cc29f5996489903bdf3d6bc5cf48b311176cb08be2f 0.45 MB 992 57
275,508 275,508 0000000000000001a10a9ff5cc9464ff312f9658f47438f954c7bf9442aeea2f 0.24 MB 496 54
275,507 275,507 00000000000000020bbba48a4e437392616035b1c4307b932683b368cbc95dd0 0.01 MB 31 27
275,506 275,506 00000000000000044ebd74585d838697d9f4062fa3e357aab234dbd5b7f91cc9 0.23 MB 432 48
275,505 275,505 00000000000000032aeb9d83fb445d3ea9ed714f3a314af2e2731ddbddfa52e5 0.01 MB 33 45
275,504 275,504 0000000000000000d7398e711624373441262442492ed69567db129a860450ec 0.07 MB 119 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, 113 incoming
  • Data Transfer: 1,624.59 GB sent, 93.00 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.