Loading Tool

Explorer IconExplorer

Memory Pool

34,634 transactions
19.11 vMB
0.08167709 BTC
Random Selection Loading Transactions
Max Size: 103.41/200 MB

Candidate Block

Mining Attempt c91cf8b2a21b42f90d9a811130366d0b54cab46cfd4dde7564de01937e20fa54
Version 20000000
Previous Block 000000000000000000000c5314e19d0deee800b1ab40676853dacd6ad1a40168
Merkle Root dedcd0dbf5ac42fab32aa8522509b30b12cc6f47dc341780dc0f2f92f8211766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.04462227 BTC
Feerates: 126.64 > 4.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,909 (875,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,474 38,474 000000004fb2e26611fb70ce754db3e0edb821503649164104552537d52773d9 1 0.00/1.00 vMB 0
38,473 38,473 00000000367c13e9c70730cace11e3580580753a99c19bbb341bcd8083281a9a 1 0.00/1.00 vMB 0
38,472 38,472 000000006c1e5cc525bb5b26e3faf5dc0dc76ee83d61f2fc005e899f3dbd8bf2 1 0.00/1.00 vMB 0
38,471 38,471 000000005aad3c3aef2b5eba1dea5ad8310233cb1f6ec9861cc084d47e46a650 1 0.00/1.00 vMB 0
38,470 38,470 000000003012969bb3fa9cfb6196a9a789376eab361cb29dc6e5ae0e7eff6cfd 1 0.00/1.00 vMB 0
38,469 38,469 0000000001d6886ebf9f3beb1901364b29a0d6e81fffb53a18343145cfe53a2c 1 0.00/1.00 vMB 0
38,468 38,468 0000000033343861be076a388cc2e0743c6f2803dc884c0ee1e40fef0d63c589 1 0.00/1.00 vMB 0
38,467 38,467 000000006466cd6f3817af2beca870b442c5d82279d3059615bf968aee0c4bbc 1 0.00/1.00 vMB 0
38,466 38,466 000000003b915a3f6a2df799c5b660026b3326d9b7a3e7a881e5e20d19d9c1c5 1 0.00/1.00 vMB 0
38,465 38,465 000000008b7df21030f5b941e1743f837156ec382870cc2e89345f2706b78a75 1 0.00/1.00 vMB 0
38,464 38,464 00000000518aec8dc52b5751268b0e73180511c7436ef8079e60b4e702541498 1 0.00/1.00 vMB 0
38,463 38,463 000000000b56deb9a2b5e85b85ed64e22f628f918ed0c2629cf378633e85f69f 1 0.00/1.00 vMB 0
38,462 38,462 000000008ba38bc541e9649e7c0f2eaa331c0b0b8a5bf353545da76d579a87e6 1 0.00/1.00 vMB 0
38,461 38,461 000000003b07c6702970836259de901d217c1734879953fab67ba596959e221f 1 0.00/1.00 vMB 0
38,460 38,460 000000005f768cdb1604e07331ef5579f6c3fbe1282e46bc3fa3ed8e39f3e77d 1 0.00/1.00 vMB 0
38,459 38,459 000000002b000578d9f38c2064c034a4fe4e3844550e068d0cd79e387a992bdc 1 0.00/1.00 vMB 0
38,458 38,458 000000008a937d62194aa9d1287cde8913afd2c279d1f416e31b08ff786f2057 1 0.00/1.00 vMB 0
38,457 38,457 0000000048f66e7782c740a322088fd16a8c208a9b86475436baee11c7741f2f 1 0.00/1.00 vMB 0
38,456 38,456 000000007b4ca12b97384721c72e515fb311a2b1e6638238ae0e20f3b3e7b46f 1 0.00/1.00 vMB 0
38,455 38,455 000000007d020b5e1d35ec92ce21481e1affbe3d376a6c39e4afbb70579fdc7e 1 0.00/1.00 vMB 0
38,454 38,454 0000000007a392effa9667746eeb98a9fcf9a75bacf666bfbf55847fb6811ef1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

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