Loading Tool

Explorer IconExplorer

Memory Pool

82,520 transactions
30.80 vMB
0.08627630 BTC
Random Selection Loading Transactions
Max Size: 188.44/200 MB

Candidate Block

Mining Attempt be751ec384dcaa4f145d0b2cdeb4c222325f351dbe956d57bc9439da5a85ce78
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root dc5ac7fd25b58f9e2c6cddd57b28d0432d1443b6225c2d21d6f4731165249a6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.01631222 BTC
Feerates: 114.09 > 1.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (314,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,377 600,377 000000000000000000143e3496f2dc8ef6c8a4e345cfbef235783d544bffc9f5 2,762 1.00/1.00 vMB 22
600,376 600,376 000000000000000000128c45fca863476552db5733ea9e7c97033334fbd0bef5 1,744 0.53/1.00 vMB 13
600,375 600,375 0000000000000000000d26bfea56cc3b0bd6c632b50829534f37fba1ed2a3c7e 2,518 1.00/1.00 vMB 7
600,374 600,374 0000000000000000000813fc0110824c32866fbc22b8818c19398041bc72c613 2,848 1.00/1.00 vMB 9
600,373 600,373 00000000000000000005280f5bbd1aad409d778f44bf80d6f1e248abb0c27f1b 2,695 1.00/1.00 vMB 26
600,372 600,372 0000000000000000000cb27bea70dd89ecdf193c4931b51257f700be023f1d00 2,507 1.00/1.00 vMB 14
600,371 600,371 0000000000000000000ff579e76334df5b9717712cb22a77c7eee96c78b83d15 2,210 1.00/1.00 vMB 12
600,370 600,370 0000000000000000000ad9597c1bbcf3ff4435f0e45f23a92227af879a4f0955 1,552 1.00/1.00 vMB 10
600,369 600,369 00000000000000000002011592004fa8d121803ba914cc665099e3c5ac88a4ae 1,427 1.00/1.00 vMB 16
600,368 600,368 0000000000000000000e60228f70bf1111b7613d371daf80a0751aa11e782bf6 1,196 1.00/1.00 vMB 34
600,367 600,367 0000000000000000000283e1a1344ab4babd2abd6ae5696a1127ac704071299b 841 1.00/1.00 vMB 64
600,366 600,366 00000000000000000004be9e99a05388d62e9f7c8313c83822f611b710f6f01c 1,038 1.00/1.00 vMB 6
600,365 600,365 000000000000000000136d65ea57c0c1a9fb5e6ec260776b995749eba9c93a5d 2,989 1.00/1.00 vMB 5
600,364 600,364 000000000000000000055b25e8be1c3272fcc133547e2a180bcf15527a8a6289 2,789 1.00/1.00 vMB 22
600,363 600,363 00000000000000000003766d9d3ecdb2bd031e8130a401f3695ca344a98198c6 2,091 0.66/1.00 vMB 11
600,362 600,362 0000000000000000000ec4e68c3fcd1eacfc78cb94c4b264f2a61e1f777a6c7f 2,868 1.00/1.00 vMB 20
600,361 600,361 00000000000000000006f0cbbe1b7362ad70707b8cda5cb1f0f4ff2bf7035a35 3,076 1.00/1.00 vMB 12
600,360 600,360 0000000000000000000c73f776daa8379463f3b8172d08e9677ecbfec8b3e3bc 2,771 1.00/1.00 vMB 13
600,359 600,359 0000000000000000000900af3ea1acae59e6ac8fc50a796a44d916ac5341d577 3,004 1.00/1.00 vMB 19
600,358 600,358 00000000000000000007c8c9a6b48419d4c4dc911e4985737d68a9c6f7228d60 2,673 1.00/1.00 vMB 27
600,357 600,357 000000000000000000131da00e683047db055cf60091d424f9b11e6f5f55f717 141 0.05/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.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: 719.28 GB
    • Received: 18.02 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.