Loading Tool

Explorer IconExplorer

Memory Pool

45,592 transactions
27.50 vMB
0.11043359 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt 6819e61f1989b8a6f477771be1eaa7e2362bdad881259d4cc8a7f3a236a179f1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f6b290adce77c3b6da67f0e40fbdbafbf0fabd864e75b8e1c676bddcf38de559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.05026169 BTC
Feerates: 151.01 > 5.04 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (336,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,512 578,512 00000000000000000026306cb5836ddaa3bda0cc51ab14f5410a2b6ecc598a6f 2,639 1.00/1.00 vMB 109
578,511 578,511 0000000000000000000fc37c53dd41d13685ce55ff9627735b5bae11a643f52c 2,898 1.00/1.00 vMB 191
578,510 578,510 0000000000000000000058b76e7ff02f12cc223790ee43f76a32728e4ca166ee 2,835 1.00/1.00 vMB 178
578,509 578,509 00000000000000000016123c524c478c717a9ba4cd9f25853a27826c342ea753 2,567 1.00/1.00 vMB 105
578,508 578,508 0000000000000000001536dbe69bfb860d26005d4ad8b596d4f3ecd88dbc71b9 2,750 1.00/1.00 vMB 128
578,507 578,507 0000000000000000000e55135680a39caf77b78591ed35f9ffe6db2e31685e8e 2,794 1.00/1.00 vMB 193
578,506 578,506 000000000000000000042f5381801e9bcc332ef5234557df9c46f94014fa5cd0 2,118 1.00/1.00 vMB 42
578,505 578,505 00000000000000000004e7e62769cfe020944a8c892db0d6cb1b34dbb8171eab 2,844 1.00/1.00 vMB 152
578,504 578,504 0000000000000000001569f83e7f3b08911290b209b844d960220b6703ff1fe8 2,856 1.00/1.00 vMB 138
578,503 578,503 0000000000000000001cfcfd79454d9474edba70f425be3bc9ac02dcfde81084 2,947 1.00/1.00 vMB 112
578,502 578,502 0000000000000000000f93892a5ffc42a086f39cc88658a888d8893f00783aa1 2,207 1.00/1.00 vMB 129
578,501 578,501 00000000000000000015105ef7dafe0c211e890e0f0f7f4b6af32f1a8629e503 2,538 1.00/1.00 vMB 98
578,500 578,500 000000000000000000130f07f2fde29282af8b6ecba3628642c4d7cb9609ef1a 2,585 1.00/1.00 vMB 150
578,499 578,499 0000000000000000000be10845978223f4c6ccc6c37083dcbde57a8a3871b141 1,584 1.00/1.00 vMB 37
578,498 578,498 00000000000000000014ef55abdedac757e90cb60278308145aca9fab833c7d7 2,552 1.00/1.00 vMB 123
578,497 578,497 0000000000000000001757a0e38896370352f900fbd3d05c78a6ebb218f7db1f 2,679 1.00/1.00 vMB 135
578,496 578,496 0000000000000000001f210bc6605d8fe3c169e83d8a73d9d7ffff30929d1b9e 951 0.40/1.00 vMB 66
578,495 578,495 00000000000000000029ee1236dc81c2b045539f57638bdd04759ce7b263eee2 1,678 0.66/1.00 vMB 89
578,494 578,494 00000000000000000013394b67f3980eb708791d4e1d99cf41221f648628c828 2,780 0.99/1.00 vMB 70
578,493 578,493 0000000000000000001191329f4d4f0151152d9afb12c153f08fb6f27de90385 2,266 1.00/1.00 vMB 37
578,492 578,492 0000000000000000002263b0bf742a1191dce66aa0e859b8dd5d1863625e2cfc 2,787 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.17 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.50 GB
    • Received: 13.91 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.