Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,634 transactions (2.24 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 1,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (191,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
720,405 720,405 000000000000000000016bbf9a9e67d5073bb261cf3781ccb51dcbfd333aca40 1.42 MB 2,666 18
720,404 720,404 00000000000000000008197a7fe12e44c97381f9e495daf41235b23ef5515060 1.45 MB 2,844 8
720,403 720,403 00000000000000000008241e24d394f033a540a20eab87e0a629fda664edd848 1.17 MB 2,254 6
720,402 720,402 0000000000000000000581b172db6dc93443b472cc8475ba5cbda1bce1ee3a68 1.52 MB 2,418 13
720,401 720,401 000000000000000000051ae85973418bddde9732e8865fe1f2d09db005668669 0.01 MB 27 6
720,400 720,400 00000000000000000009669b7e59c09e950d2f12dabe968ec85fe5f27aae25e3 0.46 MB 1,029 5
720,399 720,399 00000000000000000006338861f05bab4ffba23f805347fe024e9ff53f5d0184 1.51 MB 2,961 10
720,398 720,398 00000000000000000008eabbd53a82b740ca62b5aeaacb8b6716522e5f50d8c2 1.43 MB 2,647 8
720,397 720,397 0000000000000000000631c35068bccb280459d0536a1d6fb93eacec9ae693de 0.38 MB 268 4
720,396 720,396 0000000000000000000a6fe06c33a81be85397bab1ddaeff15970b2c2e3044d6 1.00 MB 765 4
720,395 720,395 00000000000000000003e13470b9823101397b3570f2d4dc44400138c5472bb9 0.29 MB 172 5
720,394 720,394 00000000000000000005d435e58eddefb0670bda4ed8b52f7d68987ba4f48f3f 1.50 MB 2,023 6
720,393 720,393 0000000000000000000102a3bfc5225dc4c11cf4f9a5b7ba1ec80e649227cc03 1.37 MB 2,353 5
720,392 720,392 00000000000000000000b2e68f8d6dab3c3c643d344bb63f4d91bd95df2a4c02 1.48 MB 2,049 7
720,391 720,391 000000000000000000052db0480a5d93795b678823b5cc11bcad78e472f432be 1.48 MB 3,208 14
720,390 720,390 00000000000000000003f16f923dff706a4a20f305b4ef235a68d2f419351547 0.03 MB 81 11
720,389 720,389 000000000000000000009d5f8f527c4515404b0ef4ad0135d3678dbfaeb0d15c 0.10 MB 166 9
720,388 720,388 00000000000000000008641f10d9cf591864e38160dcfb510ce25aaf1e77754a 0.20 MB 527 8
720,387 720,387 0000000000000000000a05b1d6f5150bf68f5d707061ebe651c0d9db9163e14c 0.33 MB 357 1
720,386 720,386 000000000000000000023071b00ab93a3ab8c6ee8700bb369041f48497825e79 1.56 MB 2,850 6
720,385 720,385 00000000000000000009a518f184735e09c0ff9e5a3432a4ae34f4f7013ec20e 1.48 MB 2,549 16
Previous 10 blocks ↓
Total Size: 776.70 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: 2,443.54 GB sent, 132.07 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.