Loading Tool

Explorer IconExplorer

Memory Pool

36,478 transactions
28.92 vMB
0.08910404 BTC
Random Selection Loading Transactions
Max Size: 144.07/200 MB

Candidate Block

Mining Attempt 54090df0f690acf3e55ab335189fc5f44f4896b1a90b2e199e42c3acf5ec7974
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root ed1e7175ecf7187bdbc7f229d56eaf93c563eae0d0d7a1f8370d67b97ac232c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,719
Size: 1.00 vMB
Total Fees: 0.03080177 BTC
Feerates: 150.54 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (857,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,028 57,028 000000000a504f3896c83bd438f7c392a0c8cd7dbef88ca21c39305b74235970 1 0.00/1.00 vMB 0
57,027 57,027 00000000156c7c14bf6a38750e90caea06c054aac4b760f69ce58ddb4c34e936 1 0.00/1.00 vMB 0
57,026 57,026 0000000011fceee6360a7df0cb85a97e7a83e5292925a5f8076d004511c40dcc 2 0.00/1.00 vMB 0
57,025 57,025 0000000002e88be345ced0388be68d50d2e46af92398a8369f4ab4c6ba46267e 1 0.00/1.00 vMB 0
57,024 57,024 000000000ffb13dbdccc3aa14fc2ac86d99b3c9742685a29f86faded29da9ba2 1 0.00/1.00 vMB 0
57,023 57,023 0000000013c27ef035ed33b5fc2c6e05a4c76b078ab2d208633a95b9cc559ecb 1 0.00/1.00 vMB 0
57,022 57,022 00000000022344b3aff3d894c88469ea02332a5a597a8b2e7ddf1a97986ee505 1 0.00/1.00 vMB 0
57,021 57,021 0000000012003d1369953557fafed2458475125a962bc0b77bddede41ed34f73 1 0.00/1.00 vMB 0
57,020 57,020 000000000c552ace0e5ce64b7174e8a61b7eb82b2e5e3ffdd544dbf52069069e 1 0.00/1.00 vMB 0
57,019 57,019 000000001005a8461feb614db2aedd92acf03190a70258dba1a50f5927390d67 1 0.00/1.00 vMB 0
57,018 57,018 0000000011b227a811c5a9f3b245fcb0896c5b6e8c12c697e4f5d81996c42cd5 1 0.00/1.00 vMB 0
57,017 57,017 000000000c017b0413f6954fff69e522f9294a329274c3b8a377340c6a963d89 1 0.00/1.00 vMB 0
57,016 57,016 000000000bfc84f49ddf1a645e0397a530b29a1733ff6234bfecbb2cb256ef46 1 0.00/1.00 vMB 0
57,015 57,015 000000001070a67d11e8d7d0e06376978c3626f56897d57fa566a9034fc272b4 1 0.00/1.00 vMB 0
57,014 57,014 000000000cb88168f4b1d17de2cdff9ba44add6225b48e225764a8d4d006d337 2 0.00/1.00 vMB 0
57,013 57,013 000000001436e07698de1508ea1261906a2cdd889f8228eb797885aa36fe0acb 4 0.00/1.00 vMB 0
57,012 57,012 000000001468bf89d3d3752388c645f4f133ecbdf0fb80647dd36a795e37fec9 1 0.00/1.00 vMB 0
57,011 57,011 0000000006300fbfeb75834c5930e591d25595fb945acf90ecf7e1a60027cfc0 1 0.00/1.00 vMB 0
57,010 57,010 000000000ace4e124a9d4af47bc59dbcac4aaff6e61f25c2ba0147b7d24c9f9d 1 0.00/1.00 vMB 0
57,009 57,009 0000000006d98797461a19a36386aba96d3f14690ca61e5258b38391ef7ad6b4 1 0.00/1.00 vMB 0
57,008 57,008 0000000005aebaf8cd23f8644eb35488ecaaac7ee7355dba9c1ed8e10cfaf019 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 614.98 GB
    • Received: 11.16 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.