Loading Tool

Explorer IconExplorer

Memory Pool

37,900 transactions
26.06 vMB
0.05190087 BTC
Random Selection Loading Transactions
Max Size: 135.07/200 MB

Candidate Block

Mining Attempt 0bb87bfe022570bdf18396c0c4d1e9567a26c144638f4561cfdbe73388def67f
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 692bb75a981d2ec3016c3456cbf9434d193a16903b9176a3664d28091b13391d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,917
Size: 1.00 vMB
Total Fees: 0.00440235 BTC
Feerates: 13.56 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (222,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,291 692,291 00000000000000000003e07f75c290e78d6333c3f223d5d9108e74a4bb5c303a 104 0.03/1.00 vMB 13
692,290 692,290 0000000000000000000d99d44f0c1404fa53bf097c636a03cd8585646d5173fd 833 0.48/1.00 vMB 13
692,289 692,289 0000000000000000000a1005d44ef744de51484363dd5cf8f34e951157a90948 2,460 0.77/1.00 vMB 12
692,288 692,288 0000000000000000000c02ca4b74426c239dabf4f51db864f6bf13544fd9b2a6 2,103 0.75/1.00 vMB 12
692,287 692,287 000000000000000000131c796dae0ffdb115279d3773a34483bf61ec41caeff7 2,020 0.88/1.00 vMB 4
692,286 692,286 00000000000000000005bbee0e0c9e4d76fd4f3826322a389426df289aad2be9 2,472 1.00/1.00 vMB 31
692,285 692,285 0000000000000000000a7d86d7d80c5fa17e6c0210c1cbf80b3f6a44c9c0a48d 1,504 0.54/1.00 vMB 14
692,284 692,284 0000000000000000000f94827c731f76d8052657b0a35c1a16e26e5b78170433 658 0.20/1.00 vMB 18
692,283 692,283 000000000000000000127a015b1ba5e274755c7546cf85ec176a39dbdebe8e3b 1,667 0.61/1.00 vMB 18
692,282 692,282 0000000000000000000945d8610a4e0250287639d8821885565a7f6461a14069 885 0.38/1.00 vMB 3
692,281 692,281 00000000000000000012530c4947619fe37b0de860f832005d7716f9edaf975b 2,880 1.00/1.00 vMB 15
692,280 692,280 0000000000000000000fdb10585ee107959518b96906fbe0457ecb2f711e62d9 461 0.50/1.00 vMB 3
692,279 692,279 000000000000000000072121c2653bea5d7fa9b2297dd3741b1f3ac10959c37f 2,266 1.00/1.00 vMB 11
692,278 692,278 00000000000000000011dcedc3ff0e7b379715cbd65dbcdf1434d8df5d3abe99 1,627 0.56/1.00 vMB 11
692,277 692,277 0000000000000000000236571c6bf54fd886536f2bbc2e6abe5a133b25ae04c6 1,597 0.95/1.00 vMB 5
692,276 692,276 0000000000000000000223a9a05fa8afae046c3a4105af34d93b01dd46152d65 1,288 1.00/1.00 vMB 8
692,275 692,275 0000000000000000000e209d9a3862fdaefcc9d8d5ff599a08e335371119b753 1,105 1.00/1.00 vMB 3
692,274 692,274 00000000000000000001cc2593b45ec7b58c6bd9a78b68811e4494e12c82df0b 2,555 1.00/1.00 vMB 18
692,273 692,273 000000000000000000118b714685e8c26990b7b4f7b441daec671df880d4f282 2,514 1.00/1.00 vMB 12
692,272 692,272 0000000000000000000ca8674b5e532eee1e6c8c8c50b2da3f4bcaffb3f8ee0f 3,379 1.00/1.00 vMB 3
692,271 692,271 00000000000000000011efb85840bb728877b492c714ab83c2d909424c2e4b79 2,843 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.