Memory Pool Memory Pool Refreshing

64,109 transactions
28.45 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,515 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,002 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,514 (167,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,313 705,313 0000000000000000000958cc361c9cd53fe763c7301d1fcb1a6cfb97b4cad0da 0.68 MB 1,290 2
705,312 705,312 00000000000000000008f8813252809bdbec3bc93eb0fe612acb8a238ad0acce 1.42 MB 1,917 8
705,311 705,311 0000000000000000000b0d52bccc7f5ee37818c538eb63c8d0cfbe4415ed31b3 1.40 MB 3,049 25
705,310 705,310 0000000000000000000930f14e8e764c49d26264ae14d0e1f1611ce925d17272 0.17 MB 455 11
705,309 705,309 0000000000000000000a6d51d98aa880ae6b84262f2753a373a82a8fa8cf6ab0 0.75 MB 1,392 12
705,308 705,308 00000000000000000009886f0fdc2c10f2ee1ba4e2abc42660db47761e779488 0.42 MB 865 13
705,307 705,307 00000000000000000003986ddb66afe40b40ddaf8089a03914246c75d8301728 0.09 MB 127 12
705,306 705,306 000000000000000000080d39f43b7762d923cdb8c744f448677a6c2947e3ed19 0.92 MB 1,465 11
705,305 705,305 000000000000000000044038ed2c9ea71d7ab2ae5cddbd1be5b420b9830c167d 0.50 MB 678 13
705,304 705,304 00000000000000000009237b8b915bcf9023dea1a6abac6f31a8373a97ac764b 1.14 MB 2,300 11
705,303 705,303 0000000000000000000876d82ceb483bfbde2f90deca01c54ca1a6ccadb1fe18 0.89 MB 1,732 12
705,302 705,302 00000000000000000005dab51e281c22a67eee7f5b81a0d4a02663311b8a64a9 1.41 MB 1,709 8
705,301 705,301 0000000000000000000067d0c5a2681403e39295c6418114968e081b543179d6 1.70 MB 1,951 6
705,300 705,300 000000000000000000080b62dae0e6c068003e48ae7bc69e3988b81eac2bf022 1.20 MB 1,349 15
705,299 705,299 00000000000000000007b424f3605279feb25486f8daa06a1a2336184468c0ee 1.57 MB 3,063 7
705,298 705,298 0000000000000000000ab0d5e622cfa209ade3be4bfae8170d4a9804d9c0984c 1.41 MB 2,964 22
705,297 705,297 000000000000000000009363e18bf7e1284aa692a5504ab1ce17c0a8881644f5 1.61 MB 2,250 7
705,296 705,296 000000000000000000053fbaa215d839f0475727a00bbecae44b23edc09d99b4 1.58 MB 3,405 4
705,295 705,295 000000000000000000082186941f2ff374714546fab2fae617fa608f8c942627 1.70 MB 1,677 6
705,294 705,294 0000000000000000000bee961e9352573feb057b9cf14fc73fb0e435e688f6eb 1.73 MB 1,109 8
705,293 705,293 0000000000000000000811086b33411e869c8450e4da0427ca81e66cef15ff01 1.57 MB 2,233 8
Previous 10 blocks ↓
Total Size: 704.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,642.86 GB sent, 238.83 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.