Loading Tool

Explorer IconExplorer

Memory Pool

47,556 transactions
29.03 vMB
0.09080382 BTC
Random Selection Loading Transactions
Max Size: 154.47/200 MB

Candidate Block

Mining Attempt e7ab65a27e12994cea0a0fcdf2ca6da147d4f90bfbb9d8aac6a2158e1c2b3a52
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 175a212a93943ee20f3a2108fe933a728c494627f10228e94e2cd72db48654ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.03441631 BTC
Feerates: 151.16 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (568,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,901 345,901 0000000000000000175d08c2f3c349ee4edbb7e167c208a4f7ad76684f5f764f 1,255 0.75/1.00 vMB 22
345,900 345,900 000000000000000001e6067855040e8a05a9d66e33c72b9c73ba017aef0de57a 491 0.22/1.00 vMB 38
345,899 345,899 00000000000000000194e1321c4f6f1ab68f20f4837132965080bf3b2f65823c 1,069 0.75/1.00 vMB 20
345,898 345,898 00000000000000000eb4228decefb8e68d6bc14472ef2b03fb43573b5f080049 512 0.14/1.00 vMB 51
345,897 345,897 000000000000000005b7b3335b66f0ec6849618967a8f612e0ac51f21288b2a3 1,024 0.36/1.00 vMB 38
345,896 345,896 00000000000000000be0b69bb6345402089c972e5de6b204e59ca1f7b8a7b403 379 0.19/1.00 vMB 26
345,895 345,895 000000000000000004e76269fa9a9e7e95b6055efa73e5cb55a93b75e5187947 487 0.29/1.00 vMB 19
345,894 345,894 000000000000000007c6f2dc629116c4371f1603e784b9ed832688b0f6ce340d 1,361 0.75/1.00 vMB 23
345,893 345,893 00000000000000000217b9118be1055ab7771a1a803247a5c10d0f76987d2270 473 0.22/1.00 vMB 49
345,892 345,892 00000000000000000d6dc4ada59575589113655d33c4d6743fcfbd58167cd8c2 64 0.06/1.00 vMB 12
345,891 345,891 000000000000000005aa292aa3f4c0e31724decf7065303816a2ef1a147ec5fe 883 0.54/1.00 vMB 23
345,890 345,890 000000000000000009b124f149bbbd15202d3dc8726f14ad9706b7e172279748 249 0.12/1.00 vMB 27
345,889 345,889 0000000000000000150f7a5a57cb4ee59420f3e1f319eab1d2f5fc8f5d1cc260 395 0.30/1.00 vMB 18
345,888 345,888 000000000000000013bdb2eb073c4e5f119c9acd85047a9e7943df0ec7f824cf 1 0.00/1.00 vMB 0
345,887 345,887 000000000000000002bc68d6e76b178704318fb53f9008398b5eade030efb1f2 1,675 0.75/1.00 vMB 31
345,886 345,886 0000000000000000079b4f904ad951c83ea0cbdbff7fb8e8c3f7dc2240c7359c 764 0.43/1.00 vMB 23
345,885 345,885 0000000000000000044e66d532a5f972c31572cb0d9a47c5ae1973c681595027 1,892 0.91/1.00 vMB 26
345,884 345,884 000000000000000004e7484f906f6a3d845c0c98112704c950a95aeea87d6b3f 213 0.11/1.00 vMB 39
345,883 345,883 000000000000000003a281f8d0d823559ab93cabe2987170af4b946d90e73a23 316 0.13/1.00 vMB 34
345,882 345,882 00000000000000000c5f748a455bd54f663252f522fd9a6edc293dd53f6e4e20 1,431 0.75/1.00 vMB 27
345,881 345,881 0000000000000000011aa6f0fed6ec0ea58a510b8d4b5c35c6bf7b46d2e6cea8 380 0.26/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.11 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: 652.00 GB
    • Received: 13.67 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.