Loading Tool

Explorer IconExplorer

Memory Pool

40,757 transactions
26.10 vMB
0.06344728 BTC
Random Selection Loading Transactions
Max Size: 136.04/200 MB

Candidate Block

Mining Attempt 4ef334513c58a0db301bcf33f7cc9668c89c5136d9848ed833cc974b6b6a0c17
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 19335944d481c6ddb91520be6e25a2c4aca3ae3e31e9bb419061a7f9fd2c047c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,460
Size: 1.00 vMB
Total Fees: 0.01585869 BTC
Feerates: 151.16 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (150,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,907 763,907 00000000000000000002af8f7ee5458f58bee3f9c81a863a5f56982275e311a4 199 1.00/1.00 vMB 2
763,906 763,906 000000000000000000012c633c98cb305aeaf897fe1688f0428056abd0729e7a 1,163 1.00/1.00 vMB 10
763,905 763,905 000000000000000000025e65be8d5b52e97a30453de655798862e4d487e087c6 1,684 1.00/1.00 vMB 11
763,904 763,904 0000000000000000000771e27afc8c1e0f743e98a0d1370f57b6a13281619c39 2,667 1.00/1.00 vMB 20
763,903 763,903 00000000000000000003af0d40b1d84257d358dce317a3bf4d45f1a47ff75c30 1,038 1.00/1.00 vMB 7
763,902 763,902 000000000000000000005ca0e71b749c3d083c7d1a00aebe1bfabe80c476238f 2,296 1.00/1.00 vMB 16
763,901 763,901 00000000000000000003f18ce840c30c885ca42d862236a901313a680c61b935 2,499 1.00/1.00 vMB 14
763,900 763,900 00000000000000000002f61668a6e6d679a8201a8d7f7b2bd35f2a19d2e98481 2,428 1.00/1.00 vMB 36
763,899 763,899 000000000000000000041391c730c118476e433a2e4c1512d83522f01375295c 1,030 1.00/1.00 vMB 10
763,898 763,898 00000000000000000003acf3998f633460cf42a942ae25e6bba611e3b400dffc 1,095 1.00/1.00 vMB 21
763,897 763,897 00000000000000000002d1bdc8de98ac5b0c35699bb00e1220414da77188d4a1 698 1.00/1.00 vMB 5
763,896 763,896 000000000000000000008af6527f4696caaa2e586cafe1536fb7907121e58a7f 427 1.00/1.00 vMB 3
763,895 763,895 00000000000000000001c5e83eba3f6c98b7082508a72e980867e7fd47ec1d9a 1,465 1.00/1.00 vMB 11
763,894 763,894 000000000000000000027df6eac03be1822fd724a9f0b812d423b66f84d5604f 396 1.00/1.00 vMB 3
763,893 763,893 000000000000000000055e7f7bdeeff909ac5e16f74bdd7893a0bc9cd80ce4a9 1,531 1.00/1.00 vMB 12
763,892 763,892 000000000000000000040e88540e6b5d1077c4c47e47497366944b52677a5299 1,893 1.00/1.00 vMB 15
763,891 763,891 000000000000000000046c18753b8c419fc3743bd267227b1f605c1b5d3a2240 921 1.00/1.00 vMB 7
763,890 763,890 00000000000000000000dba4ec8c839567f0663e4129b4706c3a6611c845c47f 1,683 1.00/1.00 vMB 13
763,889 763,889 000000000000000000029741b304a9aff8856e81db85e9cea7fb31818f750468 132 1.00/1.00 vMB 2
763,888 763,888 00000000000000000004787768feceabaef0620b303c4f63640dda8bd49dd1f5 1,227 1.00/1.00 vMB 8
763,887 763,887 00000000000000000001f588a21c3e080f1d9ea81d7beeb830c1c0340c9a0bc3 2,649 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.16 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.25 GB
    • Received: 13.83 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.