Loading Tool

Explorer IconExplorer

Memory Pool

81,350 transactions
29.90 vMB
0.07766522 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 41115b25688f543686293b8f6a9022cc87f2c174d8d75556378fbb904a51de27
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 6882d8612f31627b15000c086cc1b5fb62965b972bc82eacdf845a8e4aed7ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,866
Size: 1.00 vMB
Total Fees: 0.01657004 BTC
Feerates: 151.12 > 1.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (802,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,199 112,199 00000000000036895180cd4fa67a2f7cc4fd9192de8966ae38c6d5a5dcdc6100 5 0.00/1.00 vMB 1,003
112,198 112,198 000000000000e553a32c70723b2b161654e3850f067ccc4e110fac7931351bb7 5 0.00/1.00 vMB 755
112,197 112,197 0000000000000b8fe87c8d32a8f433f73ce0c040f3eda11fefcb40cb3484c6f5 7 0.00/1.00 vMB 801
112,196 112,196 000000000000d8c09df9950b471b856bbe33631517ef65dfbb86e2171ab183d4 7 0.00/1.00 vMB 0
112,195 112,195 0000000000002c456209e134c04663fc0ed395be0733e7dc11f4d5b5505f24df 7 0.00/1.00 vMB 1,037
112,194 112,194 0000000000011dc959c71dcd71c39a3eea11c1e77092f72249baad01a012f9ea 17 0.01/1.00 vMB 373
112,193 112,193 00000000000018b5febb3a06a816edbc6fbf4ffea13d67ef539fcb4da013e388 8 0.00/1.00 vMB 341
112,192 112,192 00000000000008c02cc089f57e218b7db1e732f2d16aa49d46e6559d2a83da1b 18 0.01/1.00 vMB 1,470
112,191 112,191 0000000000005088d46df5f341250735c18cdd7d028c1a3406e2e2508eeb3948 12 0.00/1.00 vMB 3,511
112,190 112,190 000000000000b64290344516b9e478c0afdd374c5dc03686ed67cff95883be2f 21 0.01/1.00 vMB 193
112,189 112,189 000000000000a1542c10ed280ff6eb18b4fc3124dc74b9b983d12586c7286c53 4 0.00/1.00 vMB 935
112,188 112,188 000000000000acfb9d2e0c123fdcc8d4637aca0ca3329c29be2bed371cf32f33 1 0.00/1.00 vMB 0
112,187 112,187 0000000000009df2db7520344c8b99c5ee1edf153976503f5e0867f1797832af 2 0.00/1.00 vMB 0
112,186 112,186 000000000000d07ded3396ebfed05ce7cb4915529b4852355eb25c7e2189ab3f 3 0.00/1.00 vMB 1,937
112,185 112,185 0000000000001bdcc04f284f7d8e8d885523f58b32fa01778591549f1676a835 6 0.00/1.00 vMB 661
112,184 112,184 000000000001095f31f40d04b3e2e9feb5211f441ddcd00b9a3ece3aa0287293 5 0.00/1.00 vMB 2,148
112,183 112,183 000000000000464acdca50a424e39a1cfe649c5b223ac6da7c44ed5b859a9ad9 8 0.00/1.00 vMB 576
112,182 112,182 000000000000980f09f476838b51e2672bd48d3952a072cc445ce086705921a3 8 0.00/1.00 vMB 0
112,181 112,181 00000000000075ecd20352953a54d156dbc4ed3fef85ea373a282638cd21c630 7 0.00/1.00 vMB 1,660
112,180 112,180 000000000000ea3511fc9acecd0709f9cf97dc1074d538e9b7892d94619e5d2f 3 0.01/1.00 vMB 0
112,179 112,179 0000000000010eddfb2e831b397da0bfb1c12f359ea31a0e00a3bc8a11023384 15 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.