Loading Tool

Explorer IconExplorer

Memory Pool

42,293 transactions
26.70 vMB
0.08571620 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 568b3f2df3b7a30addf0e7f2a21730bc6b2cacfd15fa0ba162029cfae64ca54b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 77a58f69e3b38466420570c57135196d2736356e8250b03a82e01eefaddb28f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.03624451 BTC
Feerates: 151.01 > 3.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (234,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,053 680,053 000000000000000000089328366214c26a42e54be60bcd67e38eaa881160d494 978 1.00/1.00 vMB 273
680,052 680,052 000000000000000000051498b0540539db00690b2f3ad4bec66a11e4b9bdac75 2,048 1.00/1.00 vMB 289
680,051 680,051 0000000000000000000165f3f7cd524e2e24d95365658e9cb123ead3dfdda098 1,554 1.00/1.00 vMB 280
680,050 680,050 000000000000000000046c8c50a6fe9816d99322ed20cd42877cb53f3d85ee9d 2,728 1.00/1.00 vMB 289
680,049 680,049 00000000000000000000aba598fb6b13a5e6cd5ed11f6af1b9bba2091e2e1d11 2,147 1.00/1.00 vMB 291
680,048 680,048 00000000000000000003184c30acc20a573423d8eb25b2219aaa01a835fb9930 2,244 1.00/1.00 vMB 279
680,047 680,047 000000000000000000004df24cd20ee5ab875b4dfd041633bf576a20a821f01e 1,863 1.00/1.00 vMB 282
680,046 680,046 0000000000000000000b3be3d1a4300c23277dabd474348c09f79512b3229ade 3,323 1.00/1.00 vMB 327
680,045 680,045 00000000000000000008ef389946235866b69b2b7a1859b8e1b540e0702a629b 3,162 1.00/1.00 vMB 319
680,044 680,044 00000000000000000002e874b6dc9ae1a3d0d4712a74a4060531dddb97b7d5a5 1,301 1.00/1.00 vMB 218
680,043 680,043 00000000000000000001267f35eedcb779abb3b2589c8b9f0e21ad39305981bf 1,912 1.00/1.00 vMB 231
680,042 680,042 0000000000000000000727b8f13c6aed7fa079f0cbba8ce6a8d01ba7a9c1dce9 1,861 1.00/1.00 vMB 208
680,041 680,041 00000000000000000005cbbfeef884d013588e8926deb521da43a164200ac09d 2,165 1.00/1.00 vMB 224
680,040 680,040 000000000000000000048b715411f565e8828c79297aec943af0fc3e5c945694 2,433 1.00/1.00 vMB 261
680,039 680,039 00000000000000000006c881cf9cc66ee077b45a9d597b645bdfc672c4f61bcb 1,709 1.00/1.00 vMB 277
680,038 680,038 000000000000000000007c280c70a7be3bd5760150edc59098afc4ce9e78fa8c 3,059 1.00/1.00 vMB 281
680,037 680,037 0000000000000000000a0ebea3212c238ba44413e7737ad4b94c60ae5c7b9403 1,635 1.00/1.00 vMB 202
680,036 680,036 00000000000000000002ad667ff50001f9022eca06babd07e7990c8df770efec 2,300 1.00/1.00 vMB 283
680,035 680,035 000000000000000000074db5edae28c8d860c1764bf0cabe6983b00706fa377f 2,494 1.00/1.00 vMB 202
680,034 680,034 000000000000000000093756169b05a6c84b3e6f52586a46b27437bd64253565 1,885 1.00/1.00 vMB 305
680,033 680,033 00000000000000000006f41442a30e745e177dff2a3ef65bdd77b96d015ac489 2,028 1.00/1.00 vMB 262
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.