Loading Tool

Explorer IconExplorer

Memory Pool

79,811 transactions
29.42 vMB
0.12505341 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 1e5d42877d7c3b8da0633b7a737d7b70e399af74cd5f5ecd69e95f14e336c013
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2f4902ab5408682b2e533cf2047476a9ab8260227655c5f675b0c167829be69f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.06186624 BTC
Feerates: 101.65 > 6.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (265,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,629 649,629 00000000000000000009e82c59cf6f0627e200b63d6737616a72486f4a15b8cc 2,728 1.00/1.00 vMB 90
649,628 649,628 00000000000000000000b8afaee7b9060e3dd59af3bdeaad51bd3205e79e1931 1,713 1.00/1.00 vMB 81
649,627 649,627 0000000000000000000004e714135ff87484b6303d1c3056f728f352560a75b7 2,044 1.00/1.00 vMB 70
649,626 649,626 00000000000000000003cd2cdea92ef497423f2e285511d01118be462eb0871f 1,656 1.00/1.00 vMB 69
649,625 649,625 00000000000000000006daf9140dedf11208c41b3a5b97e61769b26aa5eceac8 2,834 1.00/1.00 vMB 73
649,624 649,624 00000000000000000004eadd1611c34a6edc5292cf295315d337ed54c17b409c 3,272 1.00/1.00 vMB 79
649,623 649,623 00000000000000000003ee3096e8d4e4e2dc1bfcc8e0b535602e196bf064496e 2,333 1.00/1.00 vMB 76
649,622 649,622 000000000000000000082eaae043dcf17dd7167bfb6d37563e1cd189886485ac 2,088 1.00/1.00 vMB 94
649,621 649,621 000000000000000000069cc3f2f24ee5043e3da1586ea1800d1563af10e9f587 2,551 1.00/1.00 vMB 106
649,620 649,620 00000000000000000003b8a54cad72e15b0fc7b96cae61e48a43c345ff347ca6 2,797 1.00/1.00 vMB 78
649,619 649,619 00000000000000000005a7042400c01d45aceb11e9ceb9b41f9697db15c3d314 2,111 1.00/1.00 vMB 107
649,618 649,618 00000000000000000001f082ad87ed6c776c12c8ea9be19caf985f7f34eb6dec 2,420 1.00/1.00 vMB 85
649,617 649,617 00000000000000000000f4caa9aa69b53ed55a030ad10c71220e829c24b89056 2,968 1.00/1.00 vMB 102
649,616 649,616 0000000000000000000973df0b0dff3238a7de4623892cb8f21d8066514ea631 2,915 1.00/1.00 vMB 57
649,615 649,615 000000000000000000000e1ea0e631595ec21a17bc224dfd5f8101757da6444f 2,481 1.00/1.00 vMB 60
649,614 649,614 0000000000000000000455204a360d8b342e0a81dab03b1b5a5cf24d3ed29b14 2,537 1.00/1.00 vMB 61
649,613 649,613 0000000000000000000cce80b4d21ca5e5e9c19d79c565de64c60e083e258d0e 2,258 1.00/1.00 vMB 74
649,612 649,612 0000000000000000000a7c8003be9e13b89130a4c481da28dbc493b27cec5445 2,472 1.00/1.00 vMB 76
649,611 649,611 0000000000000000000d41666090ef4cf70784f40f3870b06072cc49c3e3bfd4 2,032 1.00/1.00 vMB 67
649,610 649,610 0000000000000000000e62646b6da6726168afbef665ebc1422bb236b17a47d8 2,754 1.00/1.00 vMB 78
649,609 649,609 0000000000000000000268986dd7a40174ce16b7a081cee6c3410d0a2ef58df9 1,786 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.98 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.