Loading Tool

Explorer IconExplorer

Memory Pool

29,830 transactions
24.86 vMB
0.05719030 BTC
Random Selection Loading Transactions
Max Size: 123.44/200 MB

Candidate Block

Mining Attempt 9d4f0e45a5c0f08442aceb0cdd6f4f3f08447d3177fd8830d9cf64132e641e30
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 0d7b9e32ce5f28dd713c91afa813705d0b99f5089fabde50dea69b7772ccbf62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01276656 BTC
Feerates: 73.20 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (526,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,372 388,372 000000000000000009c0bc3678dc98ae6ca9fbb807eb6f9dc81f66aed77c5b21 1,702 0.90/1.00 vMB 28
388,371 388,371 000000000000000006f4fbd1cb7393fd7437ba9c07ae75dd7596682e302fd3db 1,457 0.75/1.00 vMB 33
388,370 388,370 0000000000000000085df875d823a946fef3ccb8ca1d1c7cf3d94825d95b16ce 2,196 0.93/1.00 vMB 38
388,369 388,369 00000000000000000aac3b566d1237f9c6e64e92e9fb967fa0208ddebea439e8 1,869 1.00/1.00 vMB 28
388,368 388,368 00000000000000000390c618ac6766bcfaa183c052bf311c2a696ab63f94bc89 2,884 0.93/1.00 vMB 52
388,367 388,367 0000000000000000021ff110a589e44f56979254a204557311204f803910fdfa 3,199 1.00/1.00 vMB 66
388,366 388,366 00000000000000000764a32a01e9e074897b8246d5c8376150aa97165880e3f3 1 0.00/1.00 vMB 0
388,365 388,365 00000000000000000da1e5231404c25140adb1ca51a38e568ecabb0894a6c91d 2,063 1.00/1.00 vMB 55
388,364 388,364 000000000000000005ca7ddb94daced48b96d8a1f332f4f4f0fd30e67fd49caa 524 0.95/1.00 vMB 64
388,363 388,363 000000000000000007fe766be018734ec8e3bb5e9a52acb364c76b840166adbb 1,059 0.80/1.00 vMB 43
388,362 388,362 0000000000000000089907688c97ecf57923b25a3f9a00f92a5fd34d94d7f7e5 456 0.70/1.00 vMB 11
388,361 388,361 000000000000000006fdb769531ac206e5531e6fffa936101c30c53a5eab2a1a 388 0.16/1.00 vMB 37
388,360 388,360 00000000000000000dc62a758bdcfacccd0dcd9f742e28d8384ce48a6c701e7f 750 0.75/1.00 vMB 23
388,359 388,359 0000000000000000031a6e89ebb24ea0e4329580970912b9e45fb3753557693d 1,728 1.00/1.00 vMB 29
388,358 388,358 00000000000000000834bdbe220db9aff0c37433dee263e1d1544dc29e0dbf7c 775 1.00/1.00 vMB 17
388,357 388,357 00000000000000000b2225b80305b31cc70d05c786ed9458c4ffcdb94d827ac0 1,899 0.93/1.00 vMB 32
388,356 388,356 00000000000000000bb649cf7a1a698d38107bd592aca252eae8918f85a61d79 1,806 0.75/1.00 vMB 43
388,355 388,355 0000000000000000059c55cbe7fa18de708d7cfadb9e9eb039b445843f4988ec 1,680 1.00/1.00 vMB 22
388,354 388,354 000000000000000003cb4380eda763c28ffecf18ad81ea2d714c97175330e425 2,714 0.95/1.00 vMB 52
388,353 388,353 00000000000000000455fdd2a0c75e43e3fc0dbbef1ad02fe399fc922f3ac253 2,382 0.95/1.00 vMB 34
388,352 388,352 000000000000000006eec5f2135a9a5ad6f18e01690d49801c0ae36e97ee18bb 3,196 0.93/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.86 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: 641.91 GB
    • Received: 12.53 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.