Memory Pool Memory Pool Refreshing

4,048 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (775,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,198 132,198 0000000000000108ec5dbc7335e4c1f155b0381da2482d30dd0c6788b5119154 0.03 MB 54 479
132,197 132,197 0000000000000e679e6cb832cbd0bb14897eccac42479df0bcb9ad1f915cbdf0 0.00 MB 11 2,051
132,196 132,196 0000000000000819f64a89683571c8d5259895e4cb89a5d1eb102a142a0474f2 0.01 MB 22 188
132,195 132,195 000000000000118403ffd4597dff622d9fd2e12281cb9f00d27c9fff685f0dc3 0.01 MB 24 976
132,194 132,194 000000000000007bf3656d66dd0e5276773fc451c8cb8d32b151db7646af71c9 0.02 MB 42 609
132,193 132,193 00000000000006d829168da0ae48246f44f6020b0d3b79d307fcdeb582600eae 0.04 MB 147 70
132,192 132,192 000000000000053bcef0f1aab308d5c04b06f2789a1eb2fefbf566e07f65b0f6 0.01 MB 34 847
132,191 132,191 0000000000000b0ac8aa631a7f6701d3e7b90a3f7d6360eeddf3c873a6e64a80 0.01 MB 35 668
132,190 132,190 00000000000006ba256d4d3b73fd58e6b638ef096159c14e702783ef2e17e7ec 0.00 MB 14 674
132,189 132,189 0000000000000aafb0e03035667d8a5500eb98c15c5fa8462b3bfe0d26b7655a 0.00 MB 11 868
132,188 132,188 00000000000000d8f903abfb84187ef0080050a41fcff79678400e94f64710b6 0.03 MB 74 471
132,187 132,187 0000000000000412f75eceb6111c45ddf3970112be52bee72edc1041ed31c122 0.02 MB 66 601
132,186 132,186 000000000000080aad13870b8de46d3779261597eefe8014eef83f0f53c0090a 0.02 MB 37 941
132,185 132,185 0000000000000ad4527b1f113479de831f5ffef25ef5e943ee2b952b4eaeac7a 0.00 MB 18 213
132,184 132,184 0000000000000f3a5a7c52197b18429d0754399fdbc7b8f6bb51588d47ecedb6 0.05 MB 131 59
132,183 132,183 00000000000005b7a5ab7662b808948d6c0d7cd212f26023e29f9a7e6e901d34 0.02 MB 43 793
132,182 132,182 0000000000000628641f57a5339a91076ed788a9ac1944526b8d7e57e9d55dae 0.02 MB 56 286
132,181 132,181 0000000000000b088b6c9f9fe865e55b9d7ba80e30c275a75af2a7deea3b9789 0.00 MB 17 1,210
132,180 132,180 000000000000067b4dbe2a6186622878218287be38497122f6c6e25edf1e8b25 0.01 MB 25 222
132,179 132,179 000000000000061e013c7b90710c0e273fc2c1779aea62136789b09810d189b8 0.01 MB 14 889
132,178 132,178 0000000000000c08ac11c72f03ae252f5267a14a1577099395d3b769d68ed786 0.00 MB 12 17
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.