Loading Tool

Explorer IconExplorer

Memory Pool

78,712 transactions
29.17 vMB
0.09435723 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt c2f968261b70422983a262d37295ebe16acac3980775369a1cad099420c690d7
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root f9c56613a82651c53db43c345a337ea21ff3bd752774806f9d6f1d14d243073f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.03337879 BTC
Feerates: 477.45 > 3.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (114,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,377 800,377 000000000000000000001feebd4ba0c6cf1fbb31ec2aa4e69d7484281ce65318 2,165 1.00/1.00 vMB 8
800,376 800,376 000000000000000000022fbd5e326bb6eb11d161dee9a4f2912168db677dbeee 1,220 1.00/1.00 vMB 8
800,375 800,375 000000000000000000001fc536f209e8ddd3480bdb3a841babb343b48d9dd332 2,653 1.00/1.00 vMB 13
800,374 800,374 00000000000000000001e7d8aae8f6c27fd6c0d0329eb0e78ab4206db5b6575e 2,084 1.00/1.00 vMB 8
800,373 800,373 000000000000000000015da380def207ec64c3de6fd3be36ae7a4df44eabbeb9 2,358 1.00/1.00 vMB 12
800,372 800,372 0000000000000000000344eb957e30d29e1989a0abaeb78fa5af02cd42a7967f 1,454 1.00/1.00 vMB 11
800,371 800,371 00000000000000000002989b6c6e460d51a338705dbfad78255e765e5b51d395 2,758 1.00/1.00 vMB 11
800,370 800,370 00000000000000000003c39130ed0a0a946ee9581ae38b3457da6a7d2cd06305 2,801 1.00/1.00 vMB 21
800,369 800,369 000000000000000000043309b98c0c1a22f662d126ca2e90565e96a666fa3544 3,401 1.00/1.00 vMB 20
800,368 800,368 000000000000000000045fbcef37ddf4bac521a46b3f3bca8b4a0dc70e1bc668 2,606 1.00/1.00 vMB 15
800,367 800,367 00000000000000000002e7d186b350608e47092c2ef657582c9c21a4331b04a0 2,765 1.00/1.00 vMB 10
800,366 800,366 0000000000000000000475add4606f3072fa0907bb7c0a5c20fc0530436a9efd 2,437 1.00/1.00 vMB 14
800,365 800,365 00000000000000000004dd3a59bb9d0d42611b87db45acfb7a0958b0ca01a1f3 2,562 1.00/1.00 vMB 13
800,364 800,364 000000000000000000003259346c0e4d14390211b07f55e11c03e990c79512fe 2,322 1.00/1.00 vMB 11
800,363 800,363 00000000000000000004d54410034d0fb206aaf439b1dee1b96d614fbf89061f 3,600 1.00/1.00 vMB 22
800,362 800,362 000000000000000000027981b3cf5e8f31f1cdcac2fba8a0761b4fe29d2d3ae8 3,163 1.00/1.00 vMB 22
800,361 800,361 00000000000000000004aeae54c4c624f265d55bf8efe80ee77600ea61fc35ec 5,525 1.00/1.00 vMB 7
800,360 800,360 000000000000000000046808c1adf01c0cb4b6fe25e8f51e210a9ad267bd5695 4,240 1.00/1.00 vMB 6
800,359 800,359 000000000000000000040062701badf07171f30d518500b3a55b1207fb4eff7a 1,574 1.00/1.00 vMB 7
800,358 800,358 0000000000000000000458b846122ab87f54b79c45670ccb566b6f945ac9d2a2 3,268 1.00/1.00 vMB 18
800,357 800,357 00000000000000000000e833aaa5c91296b7b43ca4b30428f81d6cc8b79a89a1 3,015 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.