Loading Tool

Explorer IconExplorer

Memory Pool

80,935 transactions
30.41 vMB
0.08848936 BTC
Random Selection Loading Transactions
Max Size: 183.08/200 MB

Candidate Block

Mining Attempt a2def9b8a8aa885e2a84b52151fd1789e3fb2e0b59d8699cbf06e10cea79a9dd
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root e8a6d2e2adfd0979ecb5d1abd47c7155556dd3b777a80e479dc5491d7cff0c08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02314822 BTC
Feerates: 163.06 > 2.32 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (122,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,332 792,332 0000000000000000000060e502db9bf6d532ae0dbf697638efaa20d4923c3fb6 3,238 1.00/1.00 vMB 68
792,331 792,331 00000000000000000000e82596b6dbc704f0fcf0e496ca509601ae8203ee13f6 3,368 1.00/1.00 vMB 48
792,330 792,330 0000000000000000000181785cf344dd5058d26c9b56804cf5fbb77c92fd7744 2,899 1.00/1.00 vMB 50
792,329 792,329 0000000000000000000072ef5f61301b83e36a5495a3bab93089dd2e21766dd5 2,621 1.00/1.00 vMB 52
792,328 792,328 000000000000000000053a1b3ae9511c77d0cb4123b5a6c18a62793030dededd 2,235 1.00/1.00 vMB 53
792,327 792,327 00000000000000000000757d620d4ad57e97169f769337b7113020a2180c70fa 2,130 1.00/1.00 vMB 51
792,326 792,326 000000000000000000028c74d83a4467da1906925bd426328c4c0b2bab0e90f2 1,536 1.00/1.00 vMB 52
792,325 792,325 00000000000000000000caeea2260e0bbff809ff164dc20b2c4b9244d3e9a288 3,149 1.00/1.00 vMB 74
792,324 792,324 000000000000000000018e1675191b934f1d3e406f79b26584cc207b8b46655f 2,619 1.00/1.00 vMB 60
792,323 792,323 0000000000000000000075f4b9f55949731a75a9b3b322ccd06cebdafa4aec8d 3,669 1.00/1.00 vMB 57
792,322 792,322 0000000000000000000134d1e921c8929a91b22b6fb8f26dadfbb8c72c831aaf 3,635 1.00/1.00 vMB 68
792,321 792,321 00000000000000000000eb194c68cca994cafa2cc3821fadf15f2582d41ac237 3,142 1.00/1.00 vMB 81
792,320 792,320 00000000000000000004cead8cc1667440acc9b2ec8c57f69aea2ef7e3c83898 2,204 1.00/1.00 vMB 62
792,319 792,319 000000000000000000001f3ee035361b348fdd0a1d7784fc4235a4c3942fabb8 3,204 1.00/1.00 vMB 81
792,318 792,318 000000000000000000021953b4a32463b61b6bd4e077b64dc9b700e375b1c707 1,329 1.00/1.00 vMB 60
792,317 792,317 00000000000000000001b6eeb603813bc50e73c2dacbc9ea37a904461f9a7367 3,022 1.00/1.00 vMB 72
792,316 792,316 000000000000000000050da6a171bf89fa3ab85dab12c35aa3dcea4d6366a30f 1,563 1.00/1.00 vMB 61
792,315 792,315 00000000000000000002c314c59015dfa70925bc5c886183c29159f30f5c9dbd 3,075 1.00/1.00 vMB 69
792,314 792,314 00000000000000000002e861d23226fb5fc55679416baf2224f98b93bcc7c542 1,479 1.00/1.00 vMB 59
792,313 792,313 000000000000000000016e6f40fb527fbe9b0c802a8dd09669203f6335992532 1,742 1.00/1.00 vMB 62
792,312 792,312 0000000000000000000329e51a18e64a2da7a9e035bc7b20dac2295e1d3f4894 1,455 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.69 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: 691.94 GB
    • Received: 16.50 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.