Loading Tool

Explorer IconExplorer

Memory Pool

89,315 transactions
33.07 vMB
0.21002784 BTC
Random Selection Loading Transactions
Max Size: 199.85/200 MB

Candidate Block

Mining Attempt 6cd43afe66d7bb17cca86bb823f6633297695ea3d6d03a87fe8c49b3f846da5b
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ef82e0751cfd5bf5e8be0925af7480d0358cb8ccb990d6d19803237257cb9696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09437699 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (269,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,282 645,282 0000000000000000000527d9b86681a4b4b0f407e74ce6aa796242b89543d7b2 2,657 1.00/1.00 vMB 60
645,281 645,281 0000000000000000000b222c5cf3b640c170e4a9851b8b87f889666322d78441 2,667 1.00/1.00 vMB 65
645,280 645,280 00000000000000000003f827427a1bebc22b1b007e684e4655d879f3f5e99cb0 2,769 1.00/1.00 vMB 69
645,279 645,279 0000000000000000000dda668fc8e4225e6a8367077e6a2f7a132a2393249239 3,039 1.00/1.00 vMB 77
645,278 645,278 00000000000000000003c60b2cd2f845b99ec64b1df667b067ea3efeabcd4ff4 2,042 1.00/1.00 vMB 77
645,277 645,277 00000000000000000009d558587146c80bdde1e84c756918216635ed6482f021 2,175 1.00/1.00 vMB 82
645,276 645,276 00000000000000000005d95b69e3f78df4e613f4c01784b276b2efc23ea803ce 2,444 1.00/1.00 vMB 94
645,275 645,275 0000000000000000000bed7c14dc382ebad833c7dc19e8f373701ecefabed5c7 1,427 1.00/1.00 vMB 80
645,274 645,274 000000000000000000065ce65dd24baa0d66fd206142ff770a3ea0cdf49f4c6b 2,545 1.00/1.00 vMB 74
645,273 645,273 0000000000000000000fa67a07f7a90584b769ade031f07a93d94b4dc8e63876 2,519 1.00/1.00 vMB 88
645,272 645,272 00000000000000000006035907f96931789698f8f741176cfdc3b94284cb7deb 2,850 1.00/1.00 vMB 86
645,271 645,271 0000000000000000000f34e3c6afc70b9542cc0e19d72a9861f6578ba92be88d 3,193 1.00/1.00 vMB 87
645,270 645,270 000000000000000000005c2c7e436470efe1702f534f61815dd4df3645baffe8 2,698 1.00/1.00 vMB 142
645,269 645,269 000000000000000000062d2e0a8e9b72d1ccb5cba86a9b521c47607286539b69 3,062 1.00/1.00 vMB 91
645,268 645,268 0000000000000000000d6261fee9e7d9e7799dad8e74ed9d50ccf58e351f53e5 2,292 1.00/1.00 vMB 54
645,267 645,267 000000000000000000043b4430d07cb854c5a8d667310b6283903ee9bf1ba3eb 1,965 1.00/1.00 vMB 38
645,266 645,266 0000000000000000000ec5a8116387194f3d16af2994655543a72ee00fe4c3a5 2,502 1.00/1.00 vMB 37
645,265 645,265 0000000000000000000ca47018be5ed19383b2c476081dcc5be4211d87aaffe8 1,936 1.00/1.00 vMB 60
645,264 645,264 000000000000000000020c73cbafc5570c38c826c6cf0944fcb28d2def7339a2 2,602 1.00/1.00 vMB 23
645,263 645,263 0000000000000000000f9240208efe53e5e273c943a9d7945200019b79581958 2,532 1.00/1.00 vMB 49
645,262 645,262 0000000000000000000cc222aa1ce5895805d6069bb20e67b3e2a07e0f007183 2,431 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.