Loading Tool

Explorer IconExplorer

Memory Pool

45,114 transactions
20.39 vMB
0.11063948 BTC
Random Selection Loading Transactions
Max Size: 115.64/200 MB

Candidate Block

Mining Attempt 116342e21bb253e2467470fdf0f93411b63cbb9f24afcff66051c338309f2e73
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root a483dbb49da2d68f6ab37c322a38b48aa925feb30090b3f7135b8b1a2c13792b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.07016606 BTC
Feerates: 502.67 > 7.03 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (851,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,331 62,331 0000000006da38259b3b5fb8b86e83f26ff294ba5ace66074c540e1b663d4bdd 1 0.00/1.00 vMB 0
62,330 62,330 00000000026b04afe3d3ad7fd7adb3b6db627e69ce32c70c08a135db89b4aeb2 1 0.00/1.00 vMB 0
62,329 62,329 00000000043c64074478d047f7fc5baf71bc6422222efb839c225b7cd31c35dd 2 0.00/1.00 vMB 0
62,328 62,328 000000000c0157914711b159dabd84f59d37fa570ded567735b9ea950641dfb3 3 0.00/1.00 vMB 0
62,327 62,327 00000000030beaf3ab6d17405604145a1d16f38ea6e222b25cc38f20371a3fea 1 0.00/1.00 vMB 0
62,326 62,326 00000000028db129592b97423b6d49c7825b347187686e2f9dcd1ef856434d21 3 0.00/1.00 vMB 0
62,325 62,325 0000000001c145d11429d986f9c3d28c7bc5e744fee8ea2b7b34c9c1f6377d56 1 0.00/1.00 vMB 0
62,324 62,324 000000000621eb457f91b11c0306d6695c996abb910ba922d4fb0e4741267bc4 1 0.00/1.00 vMB 0
62,323 62,323 0000000006fcf70abb55f42305a214edb0c8389339679f9fac15d626fe12d1bd 1 0.00/1.00 vMB 0
62,322 62,322 000000000139eb13ae68e48bed927ea34cc3c85bd1f8d35004aae82668befc28 1 0.00/1.00 vMB 0
62,321 62,321 00000000058c0c8648c201386c88a7192a67568ea2a93a5304cabdc697168556 1 0.00/1.00 vMB 0
62,320 62,320 00000000017ce3b7ce53d9f960e4eec915a32af660b3f62a5cfd803b888d4d97 1 0.00/1.00 vMB 0
62,319 62,319 000000000b773d95481492db5b94420d2ed751b1e30ac52e69cb624ed8d55917 8 0.00/1.00 vMB 0
62,318 62,318 000000000cb15a9a96ce9c353e96e377bd616044bdd453ac5b1837296ffc13ec 1 0.00/1.00 vMB 0
62,317 62,317 000000000b402b07be7a5f8c0ca7bb6d8fa5a1e41f228737b86cfa85eec72fa6 1 0.00/1.00 vMB 0
62,316 62,316 000000000b8ab92a47dad60339396bf08bc62e61291fe9b7e8f126d8bfb5bcc4 2 0.00/1.00 vMB 0
62,315 62,315 00000000050d841c156f9826851cd99c5dbc09d2463b51ed7ab8d37931a858f3 1 0.00/1.00 vMB 0
62,314 62,314 00000000039eb261abf2d6c143e16909e0fdb2288d914aae959b7bd1f9c79b8d 1 0.00/1.00 vMB 0
62,313 62,313 000000000341ecc7d214c17219e25789b18943b47f5a859f33bf8ccdd7d5f7b3 1 0.00/1.00 vMB 0
62,312 62,312 000000000c065db3b5f3a88d94e66ad328e662fd293bcfac5c363136f56a42e7 1 0.00/1.00 vMB 0
62,311 62,311 0000000000691726c0d725d2ab90438a3a3196c81450c676539be6b67d0ca279 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.65 GB
    • Received: 6.76 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.