Memory Pool Memory Pool Refreshing

3,669 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (673,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,656 234,656 0000000000000174861f29674677c02cc2612f2258d5b863e7f15180673c854b 0.17 MB 399 153
234,655 234,655 00000000000001088c25b8cada3d7faf018bef03bd90fa1061d543de98bb007d 0.05 MB 101 187
234,654 234,654 000000000000001923c7d5d1b0e85f1145df41ab210b143e4939f91b27baf772 0.15 MB 318 158
234,653 234,653 000000000000008020b9532d96b807963c42ea85553bc6a728872124ebfec6d7 0.15 MB 353 170
234,652 234,652 0000000000000016e2647e06db22b12044c0aac94ef656f7a7dee5a12e0511af 0.13 MB 319 185
234,651 234,651 00000000000001623710381094695ad33a2fc4d926acb5824b2b851fc34b925d 0.15 MB 200 28
234,650 234,650 000000000000017d72c6ba535f750742faaa9a3f826c61c1ba09310e8702cc9a 0.16 MB 337 166
234,649 234,649 000000000000007ad477a9a6bdf298f6a2679f78083934324072997ea4c8277c 0.09 MB 202 180
234,648 234,648 00000000000000f7c100c6d312bd692a3b82743d25c4960ae21c4eda4a084bdb 0.15 MB 170 83
234,647 234,647 0000000000000137f4fbdc599a1627e56ec2cb9ac17620efc63e428d71e1c3e6 0.25 MB 191 55
234,646 234,646 000000000000003cb6d6d39f64d804fb0723e9ae91579293a143b62bad433b43 0.13 MB 241 566
234,645 234,645 00000000000000166f63db030a958c4f0b3d213f082cba990ac4d584fcd71b0d 0.15 MB 234 89
234,644 234,644 0000000000000002ebe399511829bca837f122ccb8f09e931d3a1a35288dd1cf 0.15 MB 211 60
234,643 234,643 000000000000004dca1a035a8e1a45f573a9df340cf175b61499847f5954bcdb 0.05 MB 81 159
234,642 234,642 00000000000000ff822f42d19087c67da1057e4ff55743bb6fa0be362c2944e3 0.25 MB 502 147
234,641 234,641 0000000000000068b43bf5659bd2907819dfad9456c454fd755daca2375a2030 0.00 MB 6 0
234,640 234,640 00000000000000738fdb63aa4cb4b9556842ac6ef2554d8a74302c7c985af413 0.23 MB 590 157
234,639 234,639 00000000000000266a3ffb21432299716fd790aa599e767e3bba415c4e74e559 0.15 MB 354 187
234,638 234,638 00000000000000c5fe4ab263e5b82eabd19ff25779a45883761d66467634364d 0.15 MB 45 15
234,637 234,637 000000000000003f07f4904c115de8658490a5628792b3a5b7e7867da24b8d44 0.15 MB 235 115
234,636 234,636 00000000000000815ccf5fd1a61c6d85a01c407a68221f27e294b537a515cd0d 0.15 MB 269 133
Previous 10 blocks ↓
Total Size: 769.21 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,634.43 GB sent, 93.99 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.