Loading Tool

Explorer IconExplorer

Memory Pool

78,229 transactions
29.08 vMB
0.07578942 BTC
Random Selection Loading Transactions
Max Size: 176.34/200 MB

Candidate Block

Mining Attempt 1954c19030c22f71ed5b4bf2cdee881638e090b659abbe640dc74c4cdf83c483
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 3b149ec57081004052564a4dfbd04b202c710880bc5f536170a41de4651dceeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.01502662 BTC
Feerates: 100.19 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (487,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,519 427,519 00000000000000000060055ef616976df63418c301305f8c82dbe60d6fea817e 1,151 0.99/1.00 vMB 32
427,518 427,518 0000000000000000027612bb86a6a769c34495d78f3e5d2d3077c8b9a0729423 2,187 1.00/1.00 vMB 64
427,517 427,517 000000000000000002dc7d9525fe5ad1be38533245f67fcc85ea8157f56be84b 1,896 1.00/1.00 vMB 47
427,516 427,516 0000000000000000014bed4a0986b203a004d59c01c64f44e2ebf27438e2a8a6 2,196 1.00/1.00 vMB 55
427,515 427,515 0000000000000000016cb0e186420449273a3e8b3a0c18c4d961450bc0fddca0 2,095 1.00/1.00 vMB 64
427,514 427,514 00000000000000000377d84530becb2d462780e6770b76866a503ffd7b6250f4 1,261 1.00/1.00 vMB 50
427,513 427,513 000000000000000001dd461014761fbcd80b604268c563e818fd51a7d0b6aed7 1,510 1.00/1.00 vMB 46
427,512 427,512 000000000000000003884323a03c24105b73901ab6cade680978fd7b68a881bd 2,185 1.00/1.00 vMB 73
427,511 427,511 0000000000000000008cc22ba5d2693a0c2f391a5da48cab1c34be5ebed13b28 2,353 1.00/1.00 vMB 59
427,510 427,510 000000000000000004564063afe536578311082481cfc7a3358371f2a3745b73 2,207 1.00/1.00 vMB 68
427,509 427,509 000000000000000001cc1d62051eda3918f72dd4f5ae4a4f95da70b7b3f80f54 2,734 1.00/1.00 vMB 90
427,508 427,508 0000000000000000015fbe6c7d69eab8f183b7a1ace8f3990c87bd70cea7118d 2,547 1.00/1.00 vMB 58
427,507 427,507 000000000000000002a8ec33edb5a8f6d91cc5c27c1f11ecff9902e068a3425f 2,676 1.00/1.00 vMB 71
427,506 427,506 00000000000000000472edafc075abafb4c8ec174bedf20dc62e75bb907c10ed 2,477 0.93/1.00 vMB 67
427,505 427,505 000000000000000004acef21ce9875fcab81c91af98b06b5e44f5c71549a9f1a 2,949 1.00/1.00 vMB 95
427,504 427,504 000000000000000000a6a1ed6cda5044bdb6477c75e358eba554952f2592dda7 2,680 1.00/1.00 vMB 72
427,503 427,503 0000000000000000020db0d3b444749de594dd5b0aec401d97e354e9fadf96fa 2,132 0.93/1.00 vMB 63
427,502 427,502 000000000000000002725ad055ebcec8674b7fd4d1cb38b714c22998379d032f 1,174 0.73/1.00 vMB 46
427,501 427,501 0000000000000000009e2b54a344c1a11216d0743ae715b9975e2640fd636288 1,099 0.99/1.00 vMB 29
427,500 427,500 0000000000000000000f05ecf77c205157c7e13415e395c1286a552678e9925e 2,511 1.00/1.00 vMB 66
427,499 427,499 000000000000000001e7213ef4b34dfa50bf7498c5d4aca7086c71b44fd1bb8d 423 0.21/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.09 GB
    • Received: 15.85 GB
  • Uptime:

Notes

  • 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.