Memory Pool Memory Pool Refreshing

6,187 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,251 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (636,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,483 271,483 0000000000000003f00eba2161f3e9b4dbfb0c28eee9d38ca3ba44aac2822302 0.27 MB 566 45
271,482 271,482 0000000000000002675724b21fcc2ccc1dddab9f21c095fb1257d00037e188cd 0.24 MB 524 47
271,481 271,481 000000000000000415664fe6732ae29d3d504c1b761a79ae1124265d7ac7d0ce 0.03 MB 53 52
271,480 271,480 0000000000000002d25cd31bb8a840bad1c9c8a62947816e1cff89fe9f5f2847 0.18 MB 328 43
271,479 271,479 0000000000000006c862ae90b11e8ff735658c27298bfef98a0a947484b243b4 0.23 MB 418 43
271,478 271,478 000000000000000494962b21ab19e3f7b731c0d7e5cf7f22f66c1919072f0232 0.25 MB 687 60
271,477 271,477 00000000000000051de5118b2c5991160503afea480d9ecff195be5d53ec49ea 0.06 MB 166 74
271,476 271,476 0000000000000000b47e4e65c0c0798a03883b08c3dc31d13346b93273e08d0d 0.14 MB 292 30
271,475 271,475 0000000000000003ad9f930a8130f913c263fef73a82333028537d64d3545c68 0.07 MB 70 20
271,474 271,474 00000000000000016192f90931cdd5e1ff6d0c07200375f7520476fdb60345ce 0.25 MB 617 65
271,473 271,473 000000000000000154c52788e75add2ee258f3926271654cccdeff57a16b3332 0.03 MB 81 50
271,472 271,472 0000000000000004a5b75246d33365500e2e12ca7abdc94c4458c32ddf7a13eb 0.14 MB 361 48
271,471 271,471 0000000000000004aa28f5a402ddf8b0fc649ac688d4dcc879788a70795a132f 0.06 MB 163 59
271,470 271,470 00000000000000019e06a5d406bcff8343a8923ad5e54dd4bc8725fdcf94a933 0.26 MB 567 47
271,469 271,469 000000000000000657ede03f605631a60fe09cee53d0a464defb579c6d54b82f 0.16 MB 254 43
271,468 271,468 0000000000000006ad93d99a3e18145ef04234c87f6f808d6a8bf0fe28ed7504 0.25 MB 598 54
271,467 271,467 00000000000000008323a7aaeb0349504422335bdae105a23919de93a59d5f29 0.35 MB 905 56
271,466 271,466 0000000000000005f70e4a1726673c3607d26de39e5437047a6cc7be5544b28a 0.61 MB 1,124 36
271,465 271,465 000000000000000213954e02bd5345e5c0bd9a759c7b8f7df52095b616a86940 0.25 MB 490 58
271,464 271,464 000000000000000392cb41768bc94e9881666edc4065914fcbdf7056f7bc7261 0.25 MB 640 63
271,463 271,463 0000000000000001694751759db63c05b2c918c2ae2c8103354cbcc1615972a2 0.12 MB 65 13
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, 113 incoming
  • Data Transfer: 1,634.54 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.