Loading Tool

Explorer IconExplorer

Memory Pool

77,491 transactions
28.93 vMB
0.12203483 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 063a30a39fade72117115ca446a1fb602ce59692599949073cdd09ce6ee54160
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 81740060fb5fba1f1efe0a0938807aec6816f64821c46efd304a8c02141dde9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,064
Size: 1.00 vMB
Total Fees: 0.06169808 BTC
Feerates: 108.69 > 6.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (114,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
800,356 800,356 000000000000000000001807d0d6c7961807e9d499c5ec862ad8b9880bd273e9 2,908 1.00/1.00 vMB 14
800,355 800,355 000000000000000000033a003ca5d5fe7f8bff9c8fe92b871e80b790e4d69d3a 2,200 1.00/1.00 vMB 18
800,354 800,354 00000000000000000002f54b9fb912ebfa9678c5b07f8f99d9ae468b08a4a289 1,952 1.00/1.00 vMB 10
800,353 800,353 00000000000000000004c1a4857ffecdf22860a745c689c62afddf9160ca730b 3,426 1.00/1.00 vMB 20
800,352 800,352 00000000000000000002d73c4f520e4f1aba034c6f3e0d36aaa175cf744a2551 1,401 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.