Loading Tool

Explorer IconExplorer

Memory Pool

22,481 transactions
9.75 vMB
0.01848604 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.40/200 MB

Candidate Block

Mining Attempt efebd3ce4000d6fc26aa8135bf3554d87345f8125f63186a93f3a2cc4828a553
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root 9a75d1300be60db39dee9fd8890f3faf544a0352989dcf71933ef5da12c6b9f6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,610
Size: 1.00 vMB
Total Fees: 0.00304764 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (713,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,249 200,249 0000000000000497130c5f36cf78ce4f130cfc1478530c683c12ac2f605975ed 418 0.16/1.00 vMB 237
200,248 200,248 00000000000004837cd3e114dbdc2dfedb6876f9f9ae43668be1fb78228e681f 202 0.10/1.00 vMB 90
200,247 200,247 00000000000001e1a34c2296bc4800e9dad84003057552356636a976d357c12a 94 0.04/1.00 vMB 110
200,246 200,246 00000000000000a384ea643fc0b23454a076ad7d130c89eaf5aa3864b428ded2 537 0.28/1.00 vMB 137
200,245 200,245 0000000000000553874cba5cc0e4f42871f22890733b0d446e8fac3f10d3d82b 496 0.18/1.00 vMB 170
200,244 200,244 000000000000026099b620069b6f5ff63d50274711fab7c443557d143e9ebeab 32 0.01/1.00 vMB 146
200,243 200,243 0000000000000012328e4c358309721e6b4287a37a5ef1342479d74251e6dd14 265 0.20/1.00 vMB 69
200,242 200,242 00000000000000805b278ae7d5e858103898f5c36ed7c88a31c41fc96db8d200 188 0.06/1.00 vMB 85
200,241 200,241 00000000000001a2dc7b567a3f2c5c909f661ad2d34cd3fb4cc8ab76ef83a1ac 351 0.17/1.00 vMB 139
200,240 200,240 00000000000002fc48775bf910b7a09e0265768e30a2012839d928ff344681e0 372 0.13/1.00 vMB 132
200,239 200,239 00000000000004da0426fa5ad0f5b68c5ec7423b5abbc257bc4fe98c3e20586d 66 0.04/1.00 vMB 95
200,238 200,238 0000000000000008ebdadc24854ef68875ebddf74c5e89a184e5362d11369e99 10 0.00/1.00 vMB 81
200,237 200,237 00000000000004a6e4d9a6c64c482c5c2796c8bdc0086208d072c0780d0d8ddf 1 0.00/1.00 vMB 0
200,236 200,236 00000000000004def6ef93efcb5a3103ff1355c4e8ac287426c765e3e47d83a9 8 0.00/1.00 vMB 123
200,235 200,235 000000000000004f0c6e15ad0187a6bbfdb61f3554c7c4709c0c19df5575d6e1 69 0.03/1.00 vMB 124
200,234 200,234 00000000000004e9c288d2979d254875c00c78e6a6b9c02620ee7e4a740e5e45 520 0.22/1.00 vMB 113
200,233 200,233 00000000000001792e3dd50c7cf44c17c47d971dfb7c46169a6d0df40f2d96ca 121 0.04/1.00 vMB 81
200,232 200,232 0000000000000412adeef899391efb3b5665ba02a11af2cdaf5c144096732c8e 70 0.03/1.00 vMB 132
200,231 200,231 00000000000003c24d6127fb3e0ce618d0a5c0622fde85c3428f51a025d34f82 79 0.03/1.00 vMB 153
200,230 200,230 0000000000000076cdb6ebea6b95965baca87b073a02f9aa32c12f82b41ccff8 195 0.07/1.00 vMB 120
200,229 200,229 00000000000000daa0fbbb524a4c093aa38be9493f4e21d4dbc1f0ea3cdade5b 108 0.07/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 779.84 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: 427.64 GB
    • Received: 2.32 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.