Memory Pool Memory Pool Refreshing

5,450 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,592 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (704,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,846 203,846 0000000000000539fea47b644f777cc24d5a810b027687dad039957d04c6bd58 0.05 MB 43 85
203,845 203,845 000000000000001c938a59e1ddc146d85950977f69ed4e54ab6e65a4c4b2c71d 0.06 MB 71 84
203,844 203,844 00000000000005367f76c02f54eb6ab56b5e709c3dc8c19739b4e986c4ee46d9 0.17 MB 471 150
203,843 203,843 00000000000001767729e091e5fc3d3cc30bee687a3ef40c0b4f0ad8907a1285 0.05 MB 142 203
203,842 203,842 000000000000017a6a54f3aede0d9c9e2a4e3f64a9c28de7b06dc68eae041201 0.00 MB 9 98
203,841 203,841 00000000000004698475c6f30d2324c770df010a07e97067901a4eacfbd0f3c1 0.01 MB 40 124
203,840 203,840 000000000000041c9ba5887eee438aef260c4c2ed246416781f6dd9354f9d5b9 0.02 MB 71 177
203,839 203,839 0000000000000103a3c3101c235d9137498dd1fec82c75f2f8e6f7be7f157dab 0.03 MB 86 157
203,838 203,838 0000000000000495f0c8f9292da81fa145f37225502edc33f07c52d15b03282d 0.06 MB 153 201
203,837 203,837 00000000000000b2591d39c4b4b409f358a1788beb53e22691b50fee092e04f8 0.14 MB 171 99
203,836 203,836 00000000000003bc208957801d4ef5b85fc31e7037df8544818edc87c1180e35 0.01 MB 20 102
203,835 203,835 000000000000049800ec44d7b9771c9d2717ff6268bd16c6a6c94d3c74a35f9c 0.01 MB 23 100
203,834 203,834 00000000000003a6a42e57230284865afa30ae178f3e46317240e786a1711864 0.03 MB 62 108
203,833 203,833 00000000000003b4a845f525531e5fdf0c181008bd50ad43bf7c03169c5ca9cf 0.00 MB 5 469
203,832 203,832 000000000000037ab5b365eeb47e0bcbc3750d457015d7b5ac09788caa46a7e8 0.06 MB 125 122
203,831 203,831 000000000000052716a38caca2ac7f159e3cb28b9f32206cacb0469c1f54195d 0.06 MB 72 62
203,830 203,830 000000000000028b88b9535d56f6297cc5a8512c0b14912f6f2fd5cf55199c4f 0.23 MB 281 29
203,829 203,829 0000000000000549c6ee9460e438a5c3f0049be6ff25b5739a809b69bff4f50c 0.09 MB 39 42
203,828 203,828 0000000000000094e5462dd6fe8192c25ba6d3ea6bfe8e4f0b9a7f06299254e3 0.09 MB 216 125
203,827 203,827 000000000000045234cb187e31465ea485eb61c13858e3f16a643104bebc866d 0.13 MB 331 179
203,826 203,826 00000000000002b0f81cd14334f7de42a8c64ee9f629787a472a02da3a7f25e8 0.00 MB 14 14
Previous 10 blocks ↓
Total Size: 769.46 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,646.21 GB sent, 95.26 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.