Loading Tool

Explorer IconExplorer

Memory Pool

82,409 transactions
30.44 vMB
0.10409353 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt 5d78c9925f385dbf5072889fc8e3aa3843018e1f1afad8f27fb1f585fbbb32ff
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root a71cf636aa6398662b99514d80de84429ce132ede6a6d5a64033fd9ed3506ae0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03303307 BTC
Feerates: 402.60 > 3.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (519,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,579 395,579 000000000000000003c332d469d74d103880f3f07c70df9a01bf8374c7bb7f28 1,894 0.94/1.00 vMB 38
395,578 395,578 000000000000000001d92bd3535f98ff068ccf419ee2211a04e4475a468de1d3 1,636 0.95/1.00 vMB 28
395,577 395,577 000000000000000004aa6c952519862d9e8150b00d1971657f58ffba7cfdb545 2,415 0.95/1.00 vMB 55
395,576 395,576 00000000000000000888b166af71d8c81a01bad2013f136ce0a30cb185572e31 1,555 0.96/1.00 vMB 27
395,575 395,575 000000000000000003ec97344d75702f1b39f97eda9050961ecb29483cb6e18a 2,182 0.75/1.00 vMB 58
395,574 395,574 00000000000000000799f9f7d7d031dff18d036428f5c4ca288c8b589b4be48c 332 0.23/1.00 vMB 30
395,573 395,573 00000000000000000836a8f743ecea3c1b526a2dec9d22c68dc066f52f363142 1,096 0.58/1.00 vMB 61
395,572 395,572 0000000000000000041737982a456bc9cb589db1d5f6942706b0aeadced25bd1 2 0.00/1.00 vMB 0
395,571 395,571 000000000000000006c4cee12d1e7e00b8a42281f958b04f48990457191c5920 779 0.62/1.00 vMB 20
395,570 395,570 0000000000000000079a080c2f2bc5552d4f471131af357bf34bb6787f35ea4a 2,550 0.99/1.00 vMB 56
395,569 395,569 0000000000000000020117ba2d32744130836eccfbe2d4a45f1cc53e98a33ac6 107 0.07/1.00 vMB 221
395,568 395,568 0000000000000000061e38dde955283eb03fa9e9a4639b3e54e0b6a779efb7da 147 0.15/1.00 vMB 11
395,567 395,567 000000000000000003aea3c406a0e29124c0697f7ed8a4ec54724ea14dafb403 1,320 0.62/1.00 vMB 38
395,566 395,566 000000000000000006a4b72ca4bd3902773a81ad371473e1dc2995e4d132ab25 1,427 0.65/1.00 vMB 38
395,565 395,565 0000000000000000084143a2fc4755eb4de6b65f7a2a00180ad8dd0bf28ea535 110 0.05/1.00 vMB 34
395,564 395,564 00000000000000000886bd86cd64fa3c12a415a689051992f85d97f22e4d9d18 290 0.14/1.00 vMB 38
395,563 395,563 00000000000000000589716eccf43348c7c2bdc1b8932b3ccc3b1e0e12633b87 1 0.00/1.00 vMB 0
395,562 395,562 0000000000000000001862c1dd21a37cae6d0e2b50f9cf4876eb68804b82380f 1,039 0.88/1.00 vMB 25
395,561 395,561 00000000000000000251ba93fff60f43967cc33d55561b0a324cc18c52eca648 2,145 0.95/1.00 vMB 44
395,560 395,560 000000000000000005dcfb4082d3ba6e0f839d7e129e23b4b9f36c0c3704cf3b 1,392 0.99/1.00 vMB 26
395,559 395,559 000000000000000005d78b057b38245ab7a71297a6cdc93c67d87970b43ff41d 2,378 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.