Memory Pool Memory Pool Refreshing

212 transactions (0.05 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,016 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,015 (894,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,522 14,522 000000000c6c26056cb947a50ccb57f7e03c3fda88c088d2d177e4d989064a02 0.00 MB 1 0
14,521 14,521 000000004c267f9a9d55c480700fa3fc11aed54b8cdda0360d12e8705de63333 0.00 MB 1 0
14,520 14,520 00000000332448df63a3c36a8a8c879e4c0691d8f3b0b835dd3feeccc438f7c6 0.00 MB 1 0
14,519 14,519 000000002605c04e078322998b58429085f57efa571c0801a627b8102860ae51 0.00 MB 1 0
14,518 14,518 00000000ecbb43b9d15dbf8ebdb9af3f680821c11c16d12465f26354bb0aea31 0.00 MB 1 0
14,517 14,517 0000000041d7884afe993388a0def61d97276c1a5f8c73e4277ad450f6e867eb 0.00 MB 1 0
14,516 14,516 00000000bdce12ee891e734568c157a82bdb7b363c3f5e11abf3b2295f1ad500 0.00 MB 1 0
14,515 14,515 000000009c29c869276871d5e45c7185a1527434d6dc88c65eaf640cacdd7d1a 0.00 MB 1 0
14,514 14,514 00000000d13e894400486caa148bec39865d430d421b4e3d50028d8575b87510 0.00 MB 1 0
14,513 14,513 00000000ef2ff914ad0cd0985d82df37e5d0d7a94be6d65f01ec1f084250b15e 0.00 MB 1 0
14,512 14,512 0000000048f784a9b3eeed32631dcbb79532827c3ebe43b7962073d0d8945ecf 0.00 MB 1 0
14,511 14,511 00000000d8de478fde75c9ff4f4176b573e2eb913c559e90e733d2ca9b8fc756 0.00 MB 1 0
14,510 14,510 000000009695251cde1192875929d325de47ce09aa5d2a63a759224b451a74ee 0.00 MB 1 0
14,509 14,509 000000007e1309b23eb38836d1d013a11736895ae481d4870e30421d47294c8f 0.00 MB 1 0
14,508 14,508 000000001700af2e8a4e3f2cb49a4f8c1476e41e70794f609d6b18b8c302c1c3 0.00 MB 1 0
14,507 14,507 00000000edee90d9546131cfe88770abaed2e28f7b8e9fe7a1c00151c598dd78 0.00 MB 1 0
14,506 14,506 00000000ab3c2815ddaabd64c12aed791256ab2271c53b1eca056c97699a51c6 0.00 MB 1 0
14,505 14,505 000000000b166b613e9a0e288ccebe5bad75b7a207ff809d82c4a08a2ebfa812 0.00 MB 1 0
14,504 14,504 00000000ba88954d97969fcc0ed60e650c581f97ca28f12823e7a987d769d321 0.00 MB 1 0
14,503 14,503 00000000ec7f8ecfe3a794601265779264736ce05b2589112573fcd43eaf5204 0.00 MB 1 0
14,502 14,502 000000002042e2b3b245c066960009ac343fd003a489dea71d4ae3cde00f4ed5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 1,868.35 GB sent, 105.31 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.