Loading Tool

Explorer IconExplorer

Memory Pool

53,361 transactions
29.28 vMB
0.10141170 BTC
Random Selection Loading Transactions
Max Size: 157.92/200 MB

Candidate Block

Mining Attempt 94b1c5a03097ae8f48d000d64a41a806da53e7ad30d173c8a58805ffb674af61
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 4104522d60f51ef3f023e08c1e7dc2e7554a754be2d7aad103f610281fb30efc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.04109315 BTC
Feerates: 500.45 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (687,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,505 227,505 000000000000028cfa2a2f2a814d20b76600764d5b0fc1c8a5ddd758b68720c9 320 0.21/1.00 vMB 168
227,504 227,504 000000000000029e821c39ddf86a559fa52155c302cabcbc533250c29380ebb0 161 0.12/1.00 vMB 118
227,503 227,503 000000000000017994354d9bbfbaa94e53c9b5c62a0b1e39ac6f889967f6d00f 383 0.17/1.00 vMB 268
227,502 227,502 0000000000000309a5372d77693362d48ebbc736049e061c570f57b2080fc6ec 233 0.15/1.00 vMB 154
227,501 227,501 00000000000000c31217a86fd154c778eeb7eba54fcbb0840d09fe16ae20bb90 247 0.15/1.00 vMB 112
227,500 227,500 00000000000000db0f88a28a20ee6b0b383090dba28e9c0198a433b1d2844192 453 0.18/1.00 vMB 164
227,499 227,499 00000000000001434b0e0129cd5cc2c122f8b8cdb0b913cc98b310f1fb77c372 739 0.29/1.00 vMB 231
227,498 227,498 00000000000001865a2cd9167daa46780c04fc6309be33c4562e959342733365 404 0.16/1.00 vMB 313
227,497 227,497 00000000000000f1c32b160d7a66ee1d9194a023fd05f1a063d0881ceadb19b9 144 0.15/1.00 vMB 100
227,496 227,496 00000000000000bb6cf643f8de348a378dcc10f383fc3c0a4aa4134b5f76f6ee 117 0.15/1.00 vMB 86
227,495 227,495 00000000000000a86c0a6d7b3445ff9e64908d6417cd6b256dbc23efd01de26f 1 0.00/1.00 vMB 0
227,494 227,494 0000000000000135aeabf9666fc9f1d5b8573685db070a5f1dfdd78f728a167a 90 0.15/1.00 vMB 79
227,493 227,493 0000000000000043b5d8b2698363d0c7864f5d0d05638e06df888d191ed79991 494 0.20/1.00 vMB 232
227,492 227,492 000000000000024515b8c873bafb3bf05105ab3c24fca16b9326c7ceda01bcc2 235 0.13/1.00 vMB 155
227,491 227,491 00000000000002d359678de7973090dd9ceffe54c26749fa48865698563f723f 557 0.23/1.00 vMB 213
227,490 227,490 00000000000001d31c7f4430d52a1a0e8187c8072152c639797a5f48d75bdd2f 250 0.12/1.00 vMB 191
227,489 227,489 000000000000004fd577c4781a8f1b887af9f5ae276dbc849566350243925901 443 0.20/1.00 vMB 195
227,488 227,488 0000000000000030549804b279b2ec8e8b6d246a79589cb1256bc2b3d52bc9fa 113 0.15/1.00 vMB 82
227,487 227,487 0000000000000348a4d8b1f5b3ffe5bdbf626f02bc08cdf1077c7e6bf81c669f 280 0.13/1.00 vMB 189
227,486 227,486 00000000000002b3cf432c0302f4a9828e25328613d0a14b9475c1509ce0d4d7 256 0.29/1.00 vMB 68
227,485 227,485 0000000000000335b6479e1fa35bcb930c57ba35c04c15c6be826a3c2a5a41dc 165 0.09/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.02 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: 649.72 GB
    • Received: 13.22 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.