Memory Pool Memory Pool Refreshing

7,467 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,924 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (461,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,299 446,299 00000000000000000372c23795c4ecc74cc4f3846305c69e4405c5751041140a 1.00 MB 2,188 73
446,298 446,298 000000000000000000dbfddcc224756a6a13068abc57a25d0bb0aa14dd68db30 1.00 MB 3,096 106
446,297 446,297 0000000000000000014e83713b13915dafcaace3157e72fc1c28d7c0834ca53b 0.99 MB 2,159 79
446,296 446,296 000000000000000000899f2e53cfba8b711a1a3d87e86e05a22cbbccee6add50 1.00 MB 1,860 69
446,295 446,295 0000000000000000015ae7196398cabf37628219020617175ba846b15640aeba 1.00 MB 1,961 58
446,294 446,294 0000000000000000010a7b2be3e4fb33f2c5f5c547f8dc4f40f59a04893491a4 1.00 MB 2,396 85
446,293 446,293 000000000000000001b5a5d967009922841934f254a43568fad4c48067376d52 0.60 MB 943 59
446,292 446,292 0000000000000000020cc05367efddac579467b67f3688331abbc4082431fa5e 1.00 MB 2,331 95
446,291 446,291 00000000000000000175f7b98d9ffd540a883fe599445adb6a4f19bc9cf10091 1.00 MB 2,248 79
446,290 446,290 00000000000000000004c01c1dcca298403bd2e9224f94ec61cdc7633987a015 1.00 MB 2,132 68
446,289 446,289 000000000000000002f441ef2555489a60f736a5a2cabcacfcec490b4bd2634e 1.00 MB 2,574 97
446,288 446,288 000000000000000002394d72d24fa12f9867685eb1f89b35f7e5b7db059bb91e 1.00 MB 2,105 74
446,287 446,287 000000000000000003336f1653240c772c424a32c8c0a01dc501ddfa7c25813f 1.00 MB 2,332 80
446,286 446,286 000000000000000002d42cb8bf9f7391eb733a88680b9fbe6bf6d254b515ae17 1.00 MB 2,271 71
446,285 446,285 0000000000000000014ba350f5daa357b84aa74be949afd7a19a687afe255fc1 1.00 MB 2,152 97
446,284 446,284 000000000000000000ef22e065427bd4738b7041ca06a2ba558eef1693f394dc 1.00 MB 2,088 69
446,283 446,283 0000000000000000001581f91efe159267d20f353451110c6ad97e49896290a5 1.00 MB 2,627 77
446,282 446,282 000000000000000001d57445562277630528f388b5d480f10b61fe145303e392 1.00 MB 1,476 89
446,281 446,281 0000000000000000015a6dbba1c7b16875730f1573398169f6785c6611c592ab 1.00 MB 2,457 96
446,280 446,280 00000000000000000278e1f931769c8b6798afe54f64073347b05835b88b5b8f 1.00 MB 2,455 82
446,279 446,279 0000000000000000011853cb74d658fd7cac7bc1a7372d25c948954c681e09d2 1.00 MB 1,990 64
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.55 GB sent, 94.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.