Loading Tool

Explorer IconExplorer

Memory Pool

32,045 transactions
8.17 vMB
0.10690262 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.34/200 MB

Candidate Block

Mining Attempt 546ffba2e8892569fbdca92ede6841abe3efbd429845318a32253954fa8b2bae
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 5d48afbfa02bac4ed8adfc506f15e8ce40304b546100aeeb6345a985f7e66191
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.06678076 BTC
Avg Feerate: 3.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (694,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,737 218,737 00000000000003289b767c6f94217f6c8dfcbdded634ce0fbb29f0cc13c38aed 0.25 MB 485 138
218,736 218,736 0000000000000394837777e2f07ceed31afc336c52e2d5c2ac923c6059dfb4c3 0.20 MB 589 360
218,735 218,735 00000000000002c9e05b33cc3e03954e05cc5a1600ba6048a65c2e81ba272057 0.02 MB 43 213
218,734 218,734 0000000000000153ee5fe9f1f5b95825f77eec09d6b3d0a1ec209020e02abd49 0.07 MB 125 132
218,733 218,733 00000000000001f002b2e6cdbddc53c5391c8022a9cba9d089ea4d44892b0fee 0.20 MB 317 186
218,732 218,732 00000000000003bfdb5747f18adc3886dc231eb77f3f64ed5e7adb365955f0cd 0.16 MB 397 190
218,731 218,731 0000000000000353473db3753f8d4e35e1413173ce428c88b9df9bd3f3534aed 0.11 MB 236 138
218,730 218,730 000000000000027d77d627fe2efa6798d6835c1da343fedf27cf332ac35e88e1 0.26 MB 522 409
218,729 218,729 0000000000000097c17f06def99f1629094a06bd4689bb60b328d4f2312b49ff 0.11 MB 201 150
218,728 218,728 00000000000003794e7719c1b27f4a6957a0d5211e2cec7bbb722fc14433f426 0.11 MB 290 361
218,727 218,727 00000000000001348d41f7be5023c4211d6f516016089b2b6e20264f4e34ecfd 0.20 MB 334 50
218,726 218,726 0000000000000076fed4967cffbf83165f5b5e5590dcf0a994173961289db0f8 0.01 MB 29 129
218,725 218,725 00000000000002042fe6106be57daa449032a49d7c11e8756a0189aca0aec3a4 0.18 MB 420 259
218,724 218,724 00000000000000f2c6986f9c9ccb4237edac96fdb6a653f5f150b0b77efe6966 0.20 MB 368 274
218,723 218,723 00000000000001da23170625dd8f4679fcfae9fab452f3af292bf284a1809b8f 0.00 MB 13 53
218,722 218,722 00000000000000c9f140172b3c0b5b15d5083a23d567cd0f530c7342614887fd 0.10 MB 185 115
218,721 218,721 000000000000044060a5dc99a54fa2aea7fcc990de84d332790dcb210e375a7f 0.25 MB 592 169
218,720 218,720 00000000000003b57f8dc82045c0cc02a4a8828c5de5b52bab8d585120cf651c 0.28 MB 442 149
218,719 218,719 000000000000057f8affecfc16ddbc2ab7d13e854cb7eeed5e011b081313ffc0 0.20 MB 583 246
218,718 218,718 000000000000014d167432cd79d7c6f5ee412509c49529d1b654fc56522a4b79 0.05 MB 127 141
218,717 218,717 0000000000000386bd2a0e82e418d39958d5b5fd235624551000511e43689480 0.07 MB 142 151
Previous 10 blocks ↓
Total Size: 778.87 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: 398.84 GB
    • Received: 3.57 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.