Loading Tool

Explorer IconExplorer

Memory Pool

39,769 transactions
26.40 vMB
0.08103029 BTC
Random Selection Loading Transactions
Max Size: 137.10/200 MB

Candidate Block

Mining Attempt 2173738ebd79ccc960f525dd740f9ba1736ed706b4e8f2648112b237620a321e
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 8023a4aa73f0977804b91e6a40bd543d99bb3106135217479cb9b85272e6f217
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,037
Size: 1.00 vMB
Total Fees: 0.03246954 BTC
Feerates: 502.65 > 3.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (130,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,346 784,346 00000000000000000002c2ebdebf61e405f14bf34bfe6f23785bbfe115cfe1b8 1,732 1.00/1.00 vMB 23
784,345 784,345 0000000000000000000270807d8b9c648ef8d2f69650af0fa010627833c627f0 1,625 1.00/1.00 vMB 15
784,344 784,344 000000000000000000025ad3da9809b946a672a9739deb8cc66605eab72ed648 1,990 1.00/1.00 vMB 11
784,343 784,343 0000000000000000000127de846df0f70c5b350830dba9343676ac8149a91fe4 952 1.00/1.00 vMB 5
784,342 784,342 000000000000000000001384e0c7f3b3e247cabaf83ebbe4d0ad21572aaa1825 1,933 1.00/1.00 vMB 10
784,341 784,341 00000000000000000005b7695a11b150c16b2f3c24bfcdfc09db389ec313cdc0 2,843 1.00/1.00 vMB 20
784,340 784,340 00000000000000000003af5e0b87e14c93c167f40ba7658e2a7b4bb6dba3a8f0 2,945 1.00/1.00 vMB 17
784,339 784,339 0000000000000000000247aa1a37233b58f0730dd5de9cd1621a18a2a0240c93 3,719 1.00/1.00 vMB 33
784,338 784,338 00000000000000000001372325945742434946f9ee08d1eebbf770e70b74e4fa 1,436 1.00/1.00 vMB 7
784,337 784,337 0000000000000000000173cf1a7309b8aff71538c37210d461b41cd47134df55 2,021 1.00/1.00 vMB 9
784,336 784,336 00000000000000000005a34e4c2c961a9ab93247d6575e15e55b26cb7e50abe3 1,124 1.00/1.00 vMB 6
784,335 784,335 00000000000000000005795f7382b4997a5a501b35f582412622a137968e9cbf 1,993 1.00/1.00 vMB 9
784,334 784,334 00000000000000000001e2f1be42b5abf632a4fd40e2d1cf17a41c538f3e58ef 3,826 1.00/1.00 vMB 28
784,333 784,333 00000000000000000005ac1862ad5e1b5f3b59c816ab47ca684c31da0e79850a 2,549 1.00/1.00 vMB 13
784,332 784,332 0000000000000000000180529a2cd0d8d9882eaaa211ab07a62174c0225e3c40 2,102 1.00/1.00 vMB 15
784,331 784,331 000000000000000000050aec8cbfb5c41fac7426f1b3dab9d5d5a1e3f53082f6 2,349 1.00/1.00 vMB 16
784,330 784,330 000000000000000000014ef876e8807eb417fedc91ae269566cefc80a057d40b 1,750 1.00/1.00 vMB 19
784,329 784,329 0000000000000000000184a79377d63adbc2d1d0b7112effd26dba1cd501830f 3,261 1.00/1.00 vMB 27
784,328 784,328 000000000000000000009ca15d45226460bfad4ada9f9df955bde1198e28ce4a 3,447 1.00/1.00 vMB 23
784,327 784,327 00000000000000000005c3fc7ebc31a7db0f9d003633f2724173a4a3d8789980 2,339 1.00/1.00 vMB 15
784,326 784,326 000000000000000000039b618c9a00f6d5d5b5a6aca1f325b478e3ae4283014b 2,117 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.