Memory Pool Memory Pool Refreshing

16,589 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,017 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (724,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,295 183,295 0000000000000443c7b2a75d26a6c6c8be8c33748890594a098b359e22c395d9 0.00 MB 1 0
183,294 183,294 00000000000003de60c43e39b4dafb802c7784043face03380c4106203e6fee0 0.05 MB 90 344
183,293 183,293 00000000000002ffe2d6c5d1427dcaaae0f7da8e68f29bd95aa37237ad5c060e 0.05 MB 94 89
183,292 183,292 00000000000004a6fb8169d27da6e5cc79a090319c691ab22943c3e82304087b 0.18 MB 262 83
183,291 183,291 000000000000014f04f8dc15f5bc56610a5672d9be63ea2ef70f6cdd192dbf10 0.00 MB 11 70
183,290 183,290 0000000000000986e8acc644a07524ba518b700a695dde0d701227685b2c5d90 0.05 MB 115 131
183,289 183,289 00000000000008f702952ba299b5ec0f3a9e467e1df56e41f2a55f9243b79f22 0.06 MB 168 113
183,288 183,288 0000000000000475a822da87d854ade9b1a6a84480c2620f5c8a297b1e497793 0.03 MB 63 227
183,287 183,287 00000000000000d4b329b892bbd7c9091daac9369f82b76a4bfb9f7be7b9119b 0.03 MB 68 62
183,286 183,286 000000000000041fa84b22b0b4b941312ea87ae6a6057b9b2feca330c065da02 0.01 MB 27 123
183,285 183,285 000000000000066bd8db830540cfcd40fb397d8f3e79bd41586663e6c10204b8 0.01 MB 23 46
183,284 183,284 00000000000008ef499bf30fbb4734fd2b9def637184244ae6fe1661d934b94c 0.01 MB 30 88
183,283 183,283 0000000000000a6f1b80eb4f6873a856dabbec1f16c67b6199b4c86bfbaab06a 0.04 MB 62 123
183,282 183,282 00000000000002648264f3226b932b2f7cb890aad604a978d542681eececa0d5 0.02 MB 51 551
183,281 183,281 00000000000008c44d30f5bc6a8b6e80544b433e69726283f62d9ad9f5faabe5 0.00 MB 14 17
183,280 183,280 000000000000069673dc61a3d81226dd3df41c963f99fb2c2d64b3123c59b3bd 0.00 MB 11 44
183,279 183,279 0000000000000107d6c291fab8a7fb2b9c2b917a1a8fa7cc2e0b59a8e9938184 0.02 MB 35 55
183,278 183,278 00000000000009b62f330695a266bd960ffef12eacab0a9daffa268ba6410ffe 0.01 MB 16 1
183,277 183,277 00000000000009148cf7304700753121d64d37edae3e82d69c90b4056a3ca698 0.02 MB 33 145
183,276 183,276 00000000000006c50157c975c93bd1a4db9b94231795a5ad73ecf6000a61d482 0.07 MB 128 127
183,275 183,275 000000000000011327ea12b76ec942d63522212a9cce082de9738968c4a820ff 0.03 MB 62 253
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, 114 incoming
  • Data Transfer: 1,624.62 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.