Memory Pool Memory Pool Refreshing

18,788 transactions
5.99 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,319 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (601,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,462 306,462 000000000000000032ef1259ffeea0702c296a28d63a9bb0a6d3c0000ce70b3b 0.09 MB 153 29
306,461 306,461 00000000000000002cbce3edb85b63a021f33f2602ca50bdbf15cc2b3af2b867 0.08 MB 162 33
306,460 306,460 00000000000000004a4521689bf5507056ce39ce0764b3c6baac46a69a760059 0.18 MB 279 26
306,459 306,459 00000000000000000abd4bc2c680acf311d00acc179ee73105ae12603d4cdbcf 0.14 MB 219 25
306,458 306,458 00000000000000003904dd299d65da876e96f889413bdd403fcf1b96ade1e7f1 0.09 MB 149 19
306,457 306,457 00000000000000002a76d5fc941bba37e293c4adfd9e33a538d405a39bc7e4ef 0.41 MB 762 29
306,456 306,456 00000000000000001aae265301d8ccb477156a7ea77de9c784fd8401903a9a94 0.15 MB 248 27
306,455 306,455 000000000000000008a040b0150e987e122c3c0a85e3272fb49baa44112002e7 0.08 MB 206 34
306,454 306,454 000000000000000050746eaf34e72172e3b9979ae32465731ea6c485f566b65d 0.11 MB 173 34
306,453 306,453 00000000000000002d981fe47994a8ce59b3d06e8931dcdc8a920076cefdbce5 0.24 MB 318 27
306,452 306,452 00000000000000000ce242406f9648619a9133e9f0c7e0d9020efe3811be2b3e 0.16 MB 314 32
306,451 306,451 000000000000000003646036d2ffd7993caf2d29c28ebe73f196a0f2800d503a 0.09 MB 202 28
306,450 306,450 000000000000000014cec10c72589b62d07db5a4aa4af8f745e2840b54267bb0 0.42 MB 693 31
306,449 306,449 000000000000000004cd4a55e6408ffac9c46ed0cd12e1f0520989ff35a3bf2f 0.36 MB 219 17
306,448 306,448 00000000000000000f9131b1164bf683e329f0c2712c0a0b67c89b55cfbc0854 0.44 MB 858 50
306,447 306,447 00000000000000002ecdfc9d6a8478ac74b147384827751049ecbb634493732c 0.01 MB 21 22
306,446 306,446 00000000000000002bca61936e1f695883d1f9dc8f3374f3157e7abf126fda28 0.09 MB 197 30
306,445 306,445 00000000000000000e0620b393cec1519f2acafe9fe1f16bbc52ad95b18bcf6b 0.20 MB 264 24
306,444 306,444 00000000000000001d06cb60ee43b90724c219d0a2abb77c2d60044ffcee38a6 0.44 MB 729 37
306,443 306,443 000000000000000041f9850154210732c5c03b1f0073c64868d12fe98606e233 0.14 MB 203 22
306,442 306,442 000000000000000022025a1e1341879acce6f031d9bcc12229ad0720f1b47fd0 0.38 MB 460 29
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.40 GB sent, 92.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.