Loading Tool

Explorer IconExplorer

Memory Pool

42,684 transactions
26.22 vMB
0.05542013 BTC
Random Selection Loading Transactions
Max Size: 137.77/200 MB

Candidate Block

Mining Attempt 9535fb2bed9fb89d14f38e2f785782481d2b47b1e3a9e3cfe90b36727a79b46f
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root f3ff88486890d70a111ee69e8f1e3c76d2d851c033b917cc8e86dc8de49bff30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00760057 BTC
Feerates: 61.00 > 0.76 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (150,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
763,886 763,886 0000000000000000000578eaf1f8543028051cadb28de1004aebbd7964c57f67 2,779 1.00/1.00 vMB 17
763,885 763,885 0000000000000000000770430c59d173e6fec24e8818fc0a1480e323f62f63a7 2,580 1.00/1.00 vMB 25
763,884 763,884 00000000000000000000515aa01558cddbd75c6309aa9d0b974d193c0da79eb3 3,070 1.00/1.00 vMB 30
763,883 763,883 00000000000000000005222af5362277201d07e5bb92a1b9fbb98435ea4cb41f 2,280 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.