Loading Tool

Explorer IconExplorer

Memory Pool

82,873 transactions
30.55 vMB
0.16106820 BTC
Random Selection Loading Transactions
Max Size: 185.37/200 MB

Candidate Block

Mining Attempt 4c43da3fd2d812492b6b9c6eefd69ba30c6141f910611a250e33c4e2c5db6c22
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 3205bf41b7ea08509c2a064df7516a9fd0d62151fb8a8ee086bcf7fdbf42c8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.08242985 BTC
Feerates: 111.00 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (265,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,633 649,633 0000000000000000000813d3b3912fd1994cceb2274fa08632cd2808827a7abe 2,837 1.00/1.00 vMB 75
649,632 649,632 00000000000000000006bb985821c76217d5b77a2825d9c06953cfb2a2dd67d4 3,181 1.00/1.00 vMB 97
649,631 649,631 0000000000000000000e809972ec21828a043f54faae1c5d56de1eb7eeebcde0 2,760 1.00/1.00 vMB 88
649,630 649,630 0000000000000000000ba641457e15b1fc86c4dc541a0070a63d5e361d2964a2 3,227 1.00/1.00 vMB 107
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
Previous 10 blocks ↓
Total Size: 782.61 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.91 GB
    • Received: 16.06 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.