Memory Pool Memory Pool Refreshing

10,069 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (796,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,302 111,302 0000000000008c6618e21da889d08522298df4f7c21444f593ea867227e02d00 0.00 MB 12 21
111,301 111,301 0000000000003f6f3b858f6a5768c568f8179697e33f21732e706c0f3c794e13 0.00 MB 10 10
111,300 111,300 000000000000d82aa19655c485a9a68f27455518d2153e71b3cac2dcb1c78b54 0.00 MB 17 0
111,299 111,299 000000000001268cf413442c6abc5e0a077709f8658ffe41fec906c00b7e777e 0.00 MB 1 0
111,298 111,298 00000000000012ec5d86e8c1ed39b7309bffa913e498a3bb8cc8f73616cc0d56 0.00 MB 10 3
111,297 111,297 00000000000128f5b8f132de3eca52a952f6fb872d6af9422b72a8a45dad438b 0.00 MB 10 6
111,296 111,296 000000000000263e741bb867551d5bfe81c5ad325720a8708c7fbb06de20292f 0.00 MB 12 3
111,295 111,295 00000000000088cd244b8c9afab29987fc845d005e60bb5543276d57ccb21210 0.01 MB 22 5
111,294 111,294 000000000000100c6fb84b9d3c9f2b6745e3b8de8249c37e499689a1c2ed1b72 0.01 MB 4 0
111,293 111,293 000000000000f4c6e35be85d2b50f0083fafec8521290e7792c0a7a51480fd15 0.00 MB 10 10
111,292 111,292 0000000000012934ccd0bb3812b6acecf770217cca90baf664ed0533bc04befb 0.00 MB 11 10
111,291 111,291 000000000000c17adf148ccf24a89ce5ec54a809b6d96dafd3bfc2394cfdb9cc 0.01 MB 18 0
111,290 111,290 00000000000111f130ab9b52df33eb4a0b0b3beabd16f8597a61bd33c137c6cf 0.00 MB 5 18
111,289 111,289 000000000001065889064ca0712c5ce06e2762668add2c8a556f7e9ed72395f8 0.00 MB 5 29
111,288 111,288 000000000000fcb229cbca792d11cda51b51ea201e05c234ecbf1e166d23b491 0.00 MB 9 10
111,287 111,287 0000000000010d91141b72a3a623a5e0f25d1f1fad31ed572a7d7cda3eaf5971 0.00 MB 9 0
111,286 111,286 0000000000006bacbc52da39bec8040a0589fe24421b99fec263723ebaee3e71 0.00 MB 3 0
111,285 111,285 000000000000e3ff28f7b2ea059fa32bd7c57099ee1b7a3e29d2ff8faa014c39 0.00 MB 9 14
111,284 111,284 00000000000065d6c9ccf6073083cacbda37ac8976880376697422fdb874c96d 0.00 MB 9 12
111,283 111,283 000000000000870db4b629bc50cd5e38d08fb5c0c791707fed4a685f1dc15444 0.00 MB 9 12
111,282 111,282 000000000000fd476e75a6511b3490845441933e1e656cfd5127c1690a41380b 0.00 MB 7 23
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.78 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.