Loading Tool

Explorer IconExplorer

Memory Pool

80,991 transactions
30.31 vMB
0.09477332 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt a658c17fd5fcb0e8dd26bb45c0322e3f97b2033e0024877972fdec4861a4710a
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 2afa99b03b1fc5bb973fce55a215c295c92356f95ed22a593315b52b2a339cab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.03190820 BTC
Feerates: 301.07 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (313,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,407 601,407 000000000000000000038d2bd1ce29a9bb6fd42ab848197f3def99349355484d 3,532 1.00/1.00 vMB 37
601,406 601,406 00000000000000000001722f2399226e9433fa91b9e46d84cea19e94d078f157 1,859 1.00/1.00 vMB 38
601,405 601,405 0000000000000000001114f138ed68afd667c976da9f8159153d1df1320a9370 3,366 1.00/1.00 vMB 26
601,404 601,404 00000000000000000003f949f2d3950410bf95074972e352b1aa69c66e59cbac 2,503 1.00/1.00 vMB 41
601,403 601,403 000000000000000000113ddeb917899e87dd8540b98f7cb641c06a5db00501ab 3,045 1.00/1.00 vMB 36
601,402 601,402 00000000000000000012d6c3cc6d75f2f716997db130a6e66009f45c04479929 1,793 1.00/1.00 vMB 57
601,401 601,401 000000000000000000118ee2fd54c8d9890ca8db5b2c9940e13b8c50f92a5260 2,125 1.00/1.00 vMB 45
601,400 601,400 0000000000000000000ccd94e48ef52e3198a12594c7cf4ebad759017cc1b65e 2,779 1.00/1.00 vMB 36
601,399 601,399 00000000000000000011e5759e9c776b92d2928c08de1aea0e88274df3fa0b65 701 1.00/1.00 vMB 26
601,398 601,398 000000000000000000079269d919b17c7802a6f6f91bf7aecd623e614fbc21f2 2,293 1.00/1.00 vMB 39
601,397 601,397 0000000000000000000ae15876dec6a8836a38a1d0b4ddfdd60de12b08338d98 2,223 1.00/1.00 vMB 41
601,396 601,396 00000000000000000012fb9247e97999280cc8c1aedde0e2f2e3e7383f909e20 1,695 1.00/1.00 vMB 5
601,395 601,395 00000000000000000004c8db8a9b54a5546e54eb6e34214e9272f51fc81832ae 1,931 1.00/1.00 vMB 21
601,394 601,394 00000000000000000006b6aff191f9b1f30b8f2cda65491c35deb875df7287a7 1,534 1.00/1.00 vMB 9
601,393 601,393 00000000000000000003ff857fcab9ad60144d75c45c4d81c537dbc2ac873e58 2,364 1.00/1.00 vMB 26
601,392 601,392 0000000000000000000477e93b6d6c150b33e7a0bffff21404d59404c89ca81c 1,877 1.00/1.00 vMB 14
601,391 601,391 00000000000000000000b6d918e8b207a1ae249f2c499d4c7c542b339c650f38 2,660 1.00/1.00 vMB 20
601,390 601,390 0000000000000000000ccdfc8fe8e4350e8a794df03cd7d86f0f18ec33beaab0 3,170 1.00/1.00 vMB 30
601,389 601,389 000000000000000000119677b4bbe2f6d9ef6ae55ad2f2fe9134a53025c2be37 2,093 1.00/1.00 vMB 65
601,388 601,388 0000000000000000000e705c81eafecc5c24a605e919239bea9068c8a997fc8e 2,874 1.00/1.00 vMB 34
601,387 601,387 0000000000000000000a0b54027781c324083e5880724cce245af2e718f30c38 2,453 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.98 GB
    • Received: 15.07 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.