Loading Tool

Explorer IconExplorer

Memory Pool

80,332 transactions
29.66 vMB
0.06738317 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt ece06d8c27197488489c2bfdf8295e75b27f43fc7fdbd2d1255a3d7eb2d2f9e2
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 307e41f29f6e842b91fa719501b78bb7175833c5e17507b17245ef532ca53060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,275
Size: 1.00 vMB
Total Fees: 0.00700312 BTC
Feerates: 90.30 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (802,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
112,178 112,178 000000000000cda2a82417afcb9c4ded851d5caa4885257cc403bddabbf69211 4 0.01/1.00 vMB 193
112,177 112,177 0000000000005b0cf0b8dd24ffc38fe44702a4a2521af8fe42654438a4e57e59 5 0.00/1.00 vMB 1,300
112,176 112,176 00000000000030b7a574c37de7c5abbed1d895032f4539fdf78a1af07fefcfa3 2 0.00/1.00 vMB 3,861
112,175 112,175 0000000000002ad968fa4b792d5b7af77668b1fdd4206dea74253be932dbf33f 3 0.00/1.00 vMB 3,030
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.