Loading Tool

Explorer IconExplorer

Memory Pool

51,767 transactions
31.06 vMB
0.16610086 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt cabea7a92f858f385052015e62c2fbe774f01abc8972cc4cdcb4df13daa0d0b7
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (117,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,284 797,284 00000000000000000003d7574042bb96a60f69739888b62efcd3e0bf48c41d5e 3,132 1.00/1.00 vMB 14
797,283 797,283 0000000000000000000256693605a7da6c2f51f9ca900aa72f5660e20a0d4bad 2,516 1.00/1.00 vMB 12
797,282 797,282 00000000000000000004d9fc1ac4e27ff068b0e6da1ea1a87e65b94c9b518693 3,151 1.00/1.00 vMB 17
797,281 797,281 000000000000000000013ca3a71b7767fc89cb9db10127b30f33d239c4444c10 3,847 1.00/1.00 vMB 9
797,280 797,280 0000000000000000000026202369264a4e929fc1f3cca4f1d41dc6bd961971c6 2,058 1.00/1.00 vMB 14
797,279 797,279 00000000000000000000f0c5e56b3ee4dc3aaa43ba1f5b25d02c8a139aedf774 4,329 1.00/1.00 vMB 16
797,278 797,278 0000000000000000000287c2be6dd4dcf4e9cd03822b1e7aa2018eb441b1fff0 4,267 1.00/1.00 vMB 16
797,277 797,277 000000000000000000023c388cb62d42032346717f9d29e0d6d199e9c690a9ab 4,141 1.00/1.00 vMB 19
797,276 797,276 0000000000000000000316a60822bc9d37ab60bbe742120e5bc292fb70e6c8d3 4,437 1.00/1.00 vMB 9
797,275 797,275 000000000000000000005ce7fbe9dc2e2521d653a525f80cb48b9a140f18a19f 4,628 1.00/1.00 vMB 9
797,274 797,274 000000000000000000006d15d15f689c15e3f33a367acbcea4375099b03b40f6 3,875 1.00/1.00 vMB 20
797,273 797,273 000000000000000000017101e6ce72a801eeb1865fc0a592466299b4cb1b4c0b 3,068 1.00/1.00 vMB 6
797,272 797,272 0000000000000000000495f3fa1be82a60383bba68e1b5e1c3337276c8a7e0fd 4,403 1.00/1.00 vMB 10
797,271 797,271 00000000000000000003a2fa5c373ba79524c43ec5387133ddc4b610408a81db 3,132 1.00/1.00 vMB 18
797,270 797,270 000000000000000000024a4a000a892a5a60641413eade64c516ab7e4cf11bcd 3,677 1.00/1.00 vMB 4
797,269 797,269 00000000000000000004803ad8c7db2813c16f68d828d2baee5ba3cac980b1ea 2,637 1.00/1.00 vMB 7
797,268 797,268 0000000000000000000032e35fa858ddd9cda878289e55856181408e2d3976c5 2,712 1.00/1.00 vMB 13
797,267 797,267 00000000000000000005140725688d879156a66085f01cfbb7dcb5b87a78ca67 2,519 1.00/1.00 vMB 24
797,266 797,266 0000000000000000000403b968fba0edbf426ba0376139fa703dfb8f2190a2c7 4,074 1.00/1.00 vMB 6
797,265 797,265 000000000000000000040c7c694ed251c950ce3e603a5fae6388a9649f05172b 4,117 1.00/1.00 vMB 10
797,264 797,264 000000000000000000031239b521a8a6de431d84b7b1aa87f336f86884370175 3,479 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.