Loading Tool

Explorer IconExplorer

Memory Pool

78,057 transactions
28.95 vMB
0.07837775 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt add2076a7ddff485cec9106e1a61ddf5cb1c21f3b832dc27d9a7aa272d1bd7b3
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9e472b6dd9bb6fd2929b8079d0ed1f90f7a880627da85c67286d94a31f29d62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01803266 BTC
Feerates: 100.81 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (241,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,383 673,383 0000000000000000000c2c2191ba2ba4610e01b107d6254773bfec4ed2a796c2 1,409 1.00/1.00 vMB 36
673,382 673,382 000000000000000000064f1924fe4c41481ffce6000e6102749d42fdbbf7ea2a 1,146 1.00/1.00 vMB 23
673,381 673,381 0000000000000000000a1b972ff92ae68e3558e715bbebea26fa406e650b2778 2,379 1.00/1.00 vMB 73
673,380 673,380 000000000000000000016aefe83ca7922105d7299757f625807b183f9c3ff898 2,079 1.00/1.00 vMB 26
673,379 673,379 0000000000000000000c009704b309ade47b50055bfc1980a01478f23482f8a7 2,152 1.00/1.00 vMB 33
673,378 673,378 00000000000000000001faf0b1499f7ac4c8eb89e092a239f845f6330ed2aa4c 2,370 1.00/1.00 vMB 81
673,377 673,377 000000000000000000041d1bf7fd5d57b2e9cf066f9600b4bfba5fdb96f2494c 1,885 1.00/1.00 vMB 114
673,376 673,376 0000000000000000000bd07d65ea54705a5f441e43d205cb9c080ac852f8013a 2,303 1.00/1.00 vMB 15
673,375 673,375 0000000000000000000c41972a9e1ea45cef4abc9d4dc98f4db50f83eb290d40 2,635 1.00/1.00 vMB 75
673,374 673,374 0000000000000000000cf74e6f196feac616026fb6fa4d33b7f8e1773e5595b2 2,204 1.00/1.00 vMB 36
673,373 673,373 0000000000000000000bbad3f868f5feb279ac6c7dd782d50b68cb0444c49d03 2,392 1.00/1.00 vMB 65
673,372 673,372 00000000000000000004b141b73b99dd77c53b63788bc75f2fdc6061be45a217 2,051 1.00/1.00 vMB 75
673,371 673,371 0000000000000000000aadad44100e03186351dae38abc52a4f55963150a8b9d 1,562 1.00/1.00 vMB 38
673,370 673,370 00000000000000000009af491d4892b40d4d25065f60e578e14d09b7f2712773 1,670 1.00/1.00 vMB 53
673,369 673,369 0000000000000000000676f9ede272ad34030609995867267e8f0839e12fb445 1,537 1.00/1.00 vMB 17
673,368 673,368 0000000000000000000cf5c5bef6215f8549fe1010662e3eabe2c849bac34922 1,632 1.00/1.00 vMB 69
673,367 673,367 000000000000000000001fe912d0f4f4a046b6abb6ca2894902445e384a6a985 1,093 1.00/1.00 vMB 30
673,366 673,366 0000000000000000000722f1f1d4f90ed73b37065fd6d445d3f51b839e5c9c7a 1,244 1.00/1.00 vMB 34
673,365 673,365 0000000000000000000c6e7e5f863f2f5f92a29d31569ae99f7c856b218249ff 1,196 1.00/1.00 vMB 20
673,364 673,364 0000000000000000000a883a3094624a6c1eea2d367ff8455d0d0fbbaeb4ef36 2,874 1.00/1.00 vMB 36
673,363 673,363 00000000000000000007b6701d92b593ccf4257118dfcdf313ad0c39a26c66fc 1,440 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.