Memory Pool Memory Pool Refreshing

12,462 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,095 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (620,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,156 287,156 000000000000000084914b06947af060267d46b6586aca459633f322de5e7318 0.16 MB 280 31
287,155 287,155 00000000000000010c93b4c254dff3b1a7f343b384545c7e73c0ea8aae6d4c96 0.22 MB 375 26
287,154 287,154 00000000000000014601b06ef996af3e58a57f986e64e7826ffd94aa2ad03323 0.06 MB 138 54
287,153 287,153 00000000000000008521f232a91ee90c99bf079a48b963ad505c068979144caa 0.02 MB 35 44
287,152 287,152 000000000000000110976d9d4ab3a67dca8e6da25fd92c956bc354b35b1c7778 0.10 MB 162 22
287,151 287,151 00000000000000010c35628ec1ef42f66fd96c7915147c3c5ae70c1163c9b3ac 0.14 MB 195 27
287,150 287,150 00000000000000011b0732e978e9232441abae88fd896a08b9f3e139a208a775 0.20 MB 320 28
287,149 287,149 0000000000000000580bb15d5cf8f4baee3514b97e40244f99ecd2e218763241 0.03 MB 32 26
287,148 287,148 00000000000000011009426c59952c99672d43a61541be429af934dd474967b0 0.23 MB 485 29
287,147 287,147 00000000000000011d664c746006fad3cc628ee8e398a0a6e64341aca481fbba 0.13 MB 242 28
287,146 287,146 00000000000000000a6c7af9077047f1ba3f033f8175671b4571812700c6658d 0.05 MB 114 41
287,145 287,145 0000000000000000303d5f07cb7ddd732f7482db42f3448ba64c71c5175157b7 0.14 MB 211 30
287,144 287,144 0000000000000000ac3671b0968a76459a5f61878225cf53beab09b090faec0b 0.02 MB 25 34
287,143 287,143 00000000000000012d258b4715b8f25a6d187135a3f8bdb7e8a4a54f37ef9383 0.12 MB 261 35
287,142 287,142 00000000000000010c61b5ee5fc2aba1a1b17a6232bad0757a3ab434539ab2f0 0.00 MB 1 0
287,141 287,141 00000000000000003660e437b44d0b4d44fbf41596c7bc29c3d5b7cfbda1b1fc 0.24 MB 394 29
287,140 287,140 00000000000000003622198deba6c1c2fa56503a16f66e2175ea8400d950d89d 0.21 MB 64 12
287,139 287,139 0000000000000001325ef855d7811e704696db1a4181f23763c30320f0600e50 0.35 MB 468 23
287,138 287,138 0000000000000001072e35c5b7aa7ad98efbd31735ea142484f99ed469ca06d8 0.06 MB 143 63
287,137 287,137 00000000000000009caf7c7398ef782cbd3d2d5d0c41d2fbba71455054fa0446 0.06 MB 112 40
287,136 287,136 0000000000000000ec37c776c9c12367a0eba382a263e18d8685c47286f4f5d3 0.03 MB 46 21
Previous 10 blocks ↓
Total Size: 769.01 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,621.30 GB sent, 92.91 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.