Memory Pool Memory Pool Refreshing

9,624 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (454,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,399 453,399 000000000000000000d1a31f78964d9f78d6333ce11e7d899f06ca63e7d5ee9e 1.00 MB 2,125 133
453,398 453,398 0000000000000000003f527137d48a8e2ab722b5625f4ee1481331e00f755b8e 0.37 MB 570 118
453,397 453,397 00000000000000000119930539c4cbe5b51dd4a482330e104d7a28d19fb6ccfd 1.00 MB 2,189 111
453,396 453,396 00000000000000000168876471880af68894c770347795cfaad8ecf829c195ed 1.00 MB 2,011 117
453,395 453,395 000000000000000002513a3c8aca35be5456c02c42d1fc016702ed7a401663ac 1.00 MB 2,120 159
453,394 453,394 00000000000000000129ec42ca65c39552d6f452e68196aaf9986d2a7e8e41be 1.00 MB 1,044 140
453,393 453,393 0000000000000000009405e0bd6e2a7479a491a2c43c5130a18052f5b8708d72 1.00 MB 578 141
453,392 453,392 000000000000000000e54a4381d0f8a748948877b64d480e59f9ecec02869d77 1.00 MB 1,752 180
453,391 453,391 0000000000000000017cbe435f397a09dc83d8898396f562a288870221d02b2b 1.00 MB 2,359 150
453,390 453,390 0000000000000000007a2548c1c81bb1e635bd2c2554b1ed9e111aecbf8c668b 1.00 MB 1,178 74
453,389 453,389 00000000000000000095f28d7759ae2eb11610863f21347f7ff52e4ea4783235 1.00 MB 1,838 93
453,388 453,388 000000000000000002951d7c13a3c9bd90cd2d2c9bc8c917a57091b52ed1711e 1.00 MB 2,704 155
453,387 453,387 000000000000000001b5f16753a5a1058a33338022851d4075b9974a5a2b4567 1.00 MB 1,116 66
453,386 453,386 00000000000000000136c36490a3682aa26e67de459948817424038a1779b4f5 1.00 MB 3,112 99
453,385 453,385 000000000000000001d2b199ac4e7e37be2e3fc1287df619e4fce2699ad50aea 1.00 MB 4,013 77
453,384 453,384 000000000000000000b3b4fb50f144c9c1b0fad75ccfed19f249db72455de378 1.00 MB 2,297 110
453,383 453,383 00000000000000000068309ece0907017170887da93c5efac65cdbe33665db81 0.99 MB 2,065 118
453,382 453,382 0000000000000000005b4c000d5e4476f7329e60d6485a67713e4ad34a7a38af 1.00 MB 2,010 90
453,381 453,381 000000000000000000771ba46ca02f4a0519605f8a307ed26cc2519cbfec2051 0.99 MB 2,230 81
453,380 453,380 0000000000000000012107cd19a3d8ffb9c24fbf2eea68022a604027129ded46 1.00 MB 2,646 85
453,379 453,379 000000000000000000061e8ed28f372d64c6348a2125fa88a5caf76232a0685c 1.00 MB 2,295 87
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,625.27 GB sent, 93.03 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.