Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
30.54 vMB
0.07821746 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt bf9a771a23dcfcb2e70590a7a62271d562119e406df82efc6aefff722096c9e2
Version 20000000
Previous Block 00000000000000000001d0302157005d21575da6e24033fd5f2031f58bc16593
Merkle Root a847d2e22152dc851e53757a77c2d4f532dec7dfaae2db3373878c80de82638e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,246
Size: 1.00 vMB
Total Fees: 0.01275938 BTC
Feerates: 73.20 > 1.28 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,077 (295,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,339 619,339 0000000000000000001116ea3f9769c1641fb94f18b1237664085dd3963c3c4d 3,106 1.00/1.00 vMB 17
619,338 619,338 000000000000000000014edcf85f8fa588bf8be3a080031a43e948f925c1ef2b 1,002 0.38/1.00 vMB 12
619,337 619,337 000000000000000000010a5302491281d505e26a9a24d83d319c845f5d3cef79 2,431 0.76/1.00 vMB 17
619,336 619,336 00000000000000000009dccba42c8765360f4ddbcb393a9b3e66dfe1ecb03ae8 2,148 0.63/1.00 vMB 8
619,335 619,335 00000000000000000010f3baf79d4745c63b4c13704b3cd5fb25be1847a696b1 2,620 1.00/1.00 vMB 12
619,334 619,334 0000000000000000000cbd58a24b8c2fbabfbc2ee417bc41a834a12d93869f65 2,773 1.00/1.00 vMB 18
619,333 619,333 00000000000000000007a941447b63d0c3be78e36e89c53655222bcaf5cf21cc 2,473 1.00/1.00 vMB 31
619,332 619,332 000000000000000000024b779ae17fd36d086f16ba627c8cd26210442e67232c 2,620 1.00/1.00 vMB 12
619,331 619,331 000000000000000000001d4a81655215cf491b1c5da737ce735d05c4a2ee6ad4 3,456 1.00/1.00 vMB 33
619,330 619,330 0000000000000000000d0042f3f6eaf373d592ba60487a1af47a8e6f82e37a16 1,094 0.33/1.00 vMB 15
619,329 619,329 0000000000000000000250814bebacce985d36c17c4b226f25392b545e13c052 1,972 0.61/1.00 vMB 20
619,328 619,328 0000000000000000000f236f2bbaafb6f5cea087b606efe5a6f745a45a9e8045 323 0.14/1.00 vMB 5
619,327 619,327 00000000000000000004b3bbaf31033e47861e3ff1b210791439d7ff2f4aa313 3,356 1.00/1.00 vMB 13
619,326 619,326 00000000000000000007e12ef0bd72f9477a8b85e6be4df22f7bd4ecbed2f188 2,774 1.00/1.00 vMB 23
619,325 619,325 00000000000000000000447678a30018aae1878efc69dd46ef3b601e3beeca54 2,837 0.92/1.00 vMB 16
619,324 619,324 00000000000000000003ffaabd14d45a93042ce8f9ac7461f1acf539669389b0 2,610 0.82/1.00 vMB 12
619,323 619,323 00000000000000000003b07f4334cb7bb2ebb0be01e75505d14f6517d6aeef4d 2,718 1.00/1.00 vMB 25
619,322 619,322 0000000000000000000260ac12a758542f3d97498c88990fc5fdc7a9b4f219c2 1,445 0.41/1.00 vMB 18
619,321 619,321 000000000000000000056878336ebd96533ee6d5dcf318c20fd4b83e906b59c7 2,413 0.74/1.00 vMB 15
619,320 619,320 0000000000000000000853b202142d67b40786eb0c4b14a7611bef1990959fa9 3,434 1.00/1.00 vMB 19
619,319 619,319 0000000000000000000239c9e98e10c83959ae7609d5992859ba3dce9ce5f113 112 0.05/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.