Loading Tool

Explorer IconExplorer

Memory Pool

86,675 transactions
31.82 vMB
0.10895879 BTC
Random Selection Loading Transactions
Max Size: 194.90/200 MB

Candidate Block

Mining Attempt e27aa81b9437773b4376a22faef512ed4e7e080583e56215c859f2f4ec25a80a
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root bccb25c464138aa8a90aa87f2388ea1c2064a623cec4bfda8c2b702993ab0aca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02828521 BTC
Feerates: 1,236.26 > 2.83 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (9,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,129 906,129 00000000000000000001ed6eb59ece709b94bc456da01d9b44af19e8f8712da0 4,618 1.00/1.00 vMB 4
906,128 906,128 00000000000000000001ff9e6f09545ea1dedd3f255c3bb0b4725c0a6389f381 2,823 0.66/1.00 vMB 2
906,127 906,127 000000000000000000011d54562bcc54b041d9aabe6b6a146c3d13268ced19e7 4,564 0.96/1.00 vMB 2
906,126 906,126 0000000000000000000098c6a4d7298e28bb7574f973b5f86ed89e4dd5e39cd5 4,906 1.00/1.00 vMB 2
906,125 906,125 00000000000000000000976dd5f0ee9d8544ce577c5fa39b7295af39e8e283b5 4,749 1.00/1.00 vMB 2
906,124 906,124 00000000000000000001ad1c4d0f6ec4acbcbe936da3bcf5aaa2a409700747c5 3,489 1.00/1.00 vMB 2
906,123 906,123 000000000000000000008665e0d40706f6567b7fd83551c36808181c1cd0da89 4,418 1.00/1.00 vMB 4
906,122 906,122 00000000000000000000f83877617c1a665055ae5a83c9d75e935409becba488 4,215 1.00/1.00 vMB 5
906,121 906,121 00000000000000000001edf6e85d16ed77d19f20beabf8e2421df56aa97fe3f7 1,622 1.00/1.00 vMB 1
906,120 906,120 000000000000000000021cb51651131e04d8dc96002c5b3f7cf79aadfc556e89 1,517 0.43/1.00 vMB 3
906,119 906,119 00000000000000000001eab84bf12427dd09d7cc9c8e5226c0a8df346014f7b6 3,424 1.00/1.00 vMB 2
906,118 906,118 00000000000000000002044714f4ddcce667b9310ea353d5a70c480eab6445b2 3,379 1.00/1.00 vMB 3
906,117 906,117 0000000000000000000143837811e4edb2539bd22bec15d0426de9a03a80b4de 1,823 0.46/1.00 vMB 2
906,116 906,116 00000000000000000001a994fe38ccb01446ddedd02974a529f73c82fa680844 3,308 1.00/1.00 vMB 1
906,115 906,115 00000000000000000001da5797434a07677937043a63f4d6386a4104e63716bc 3,154 1.00/1.00 vMB 5
906,114 906,114 000000000000000000020e5dff38ef0b4707a3d40a3258ef4282ab01c37a9766 3,490 1.00/1.00 vMB 4
906,113 906,113 000000000000000000009406efbd6599731be1ed49c4f481b25a7a08a9495287 3,927 1.00/1.00 vMB 8
906,112 906,112 0000000000000000000119e0caf1beece60d6efdd81271358a5e8141f6d9c66b 1,732 0.58/1.00 vMB 1
906,111 906,111 0000000000000000000039c2efed63ef704b824adcbe7136f33675be96a010df 3,267 1.00/1.00 vMB 6
906,110 906,110 0000000000000000000005bd84fc22b1f356a0744aa9ad0f7262885f2a6354d4 3,018 1.00/1.00 vMB 1
906,109 906,109 00000000000000000000e4c4e16c2f9cf6011f771067ded919446c630640c284 2,649 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.