Memory Pool Memory Pool Refreshing

7,754 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (696,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,290 211,290 00000000000000aa24a4301d6ac34db07a41bfdf61a6d0753bfe04f3a88796c4 0.05 MB 110 155
211,289 211,289 0000000000000147c3c49477fd82231957d8c9e25f9e27015e621babd92fdca0 0.12 MB 248 155
211,288 211,288 00000000000004940767b2624ed1fa8442131762b04b6fd364aab17226d5b65e 0.09 MB 145 183
211,287 211,287 0000000000000112db802a0a97f896ba2adafd50ae6b73e65b8b751c4f783b6c 0.22 MB 272 112
211,286 211,286 00000000000003a6cd22f6a3b50f8f369dc5991e0ffb4c4b976ce24f4f6e906d 0.00 MB 5 6
211,285 211,285 000000000000017c669b4dd33063bdee2828e99ed91fca852de764dd008ca522 0.02 MB 46 164
211,284 211,284 000000000000037fe76b6b0343d8fecd63eef22fa7f88a46c66448678b94f7fa 0.21 MB 589 200
211,283 211,283 000000000000046e89c5921525e77f202078a3dd70195255ed98152dc9cea2e4 0.03 MB 42 87
211,282 211,282 000000000000000d67f2d1c2a4b7a90679ea1f94f2731e052a62086a52e73eee 0.14 MB 158 92
211,281 211,281 00000000000004a63e7c5f94883904b0a7c54b3d927d0ecd97a1f7c07ab9863e 0.25 MB 633 222
211,280 211,280 000000000000043869c0c86423058a4b970fe9c52ba88927203750e2a76765dd 0.00 MB 6 150
211,279 211,279 0000000000000317c6e2cfc955789592198a399489447f4c77c83311a96d8b24 0.28 MB 586 143
211,278 211,278 0000000000000316135cf8a54244417eec2dbdccaa1437de60f3fafd84598811 0.06 MB 155 217
211,277 211,277 00000000000000de5fe2a86f407e407de0900cfbe90920a651ff186d9f9e1b6b 0.10 MB 278 183
211,276 211,276 00000000000001a24644cadbf306899c9b11c6985db284ef615caf9147e25f2c 0.19 MB 525 206
211,275 211,275 00000000000000459a01ff75ff07ce02aeecf6c8d6fe82c986cadb103ec52b8c 0.08 MB 245 201
211,274 211,274 00000000000001dfd977ebfd0ceefcaab8927c2bb3a2e457d1045acc7b07fcd3 0.09 MB 140 179
211,273 211,273 00000000000002879ae25e156115698da25e4303ab3e4708f959f112e073d04d 0.15 MB 305 199
211,272 211,272 000000000000002bd57c59749b10539eaa9d37c763446e39bb57a2e4a657c1b6 0.07 MB 180 147
211,271 211,271 000000000000010b70a2239f823e285a93cda31154450673420c0050df238b51 0.18 MB 398 212
211,270 211,270 000000000000041019b4c20fbc176436b0792ffa89e4e68fc0430ad7b81d5ca3 0.15 MB 361 193
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.