Loading Tool

Explorer IconExplorer

Memory Pool

21,043 transactions
20.42 vMB
0.02476637 BTC
Random Selection Loading Transactions
Max Size: 107.76/200 MB

Candidate Block

Mining Attempt 8a960e10d22d805ca032a40f27d845ef401dd7661a236e7435b3632b5b2c7f0f
Version 20000000
Previous Block 00000000000000000001b81dfb97aa23a92b7be74606d8ad4b81bd75b9718a61
Merkle Root 29cfa0606d7690059edf7d7929c225c2ef8684e644a337f560310bc422d3c9dd
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 748
Size: 1.00 vMB
Total Fees: 0.00238138 BTC
Feerates: 73.20 > 0.24 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,489 (463,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,505 477,505 0000000000000000000319e6fccae67ef4b9699abbe08e5ee87e43dcea9cacc0 2,300 1.00/1.00 vMB 189
477,504 477,504 000000000000000000df13ba68147b05e1d65ce99e72652ffebfe5bfa8089607 2,400 1.00/1.00 vMB 216
477,503 477,503 000000000000000000faf1fdaf6eca931a6f678c3a81662e6a096daeb49f203c 1,960 1.00/1.00 vMB 187
477,502 477,502 000000000000000000511e66dd4b6c3aa2e80095d792bd2b5c6f2968d2d6b197 1,805 1.00/1.00 vMB 59
477,501 477,501 0000000000000000011b68f09807fd96693f7e8fa860bd4a866d52107ddb60c3 1 0.00/1.00 vMB 0
477,500 477,500 000000000000000000d670256b35bb2e340d44204d0acf2252188f92a9355a50 2,211 1.00/1.00 vMB 95
477,499 477,499 0000000000000000001b7493bc824dfba9c943cb843872edd8d702d05064c30e 1,817 1.00/1.00 vMB 60
477,498 477,498 00000000000000000079204f7ca99463ee798eef28c75b7e8ebe755a30192d5f 2,078 1.00/1.00 vMB 124
477,497 477,497 0000000000000000012620dcf6bf6787d0aac2d48818f38dc0b51c1b77bc265a 2,004 0.99/1.00 vMB 72
477,496 477,496 00000000000000000135439186882f1b2a5c02a336c7015b8b4b7d8a641dd375 2,275 1.00/1.00 vMB 201
477,495 477,495 00000000000000000008f0a2176aaca30cd96b78f610f2c8ec766c7ba3db0936 1,489 1.00/1.00 vMB 95
477,494 477,494 0000000000000000013c6ad4e07b95b56be1e4a2141906ee9029ce409496dd6a 2,017 1.00/1.00 vMB 223
477,493 477,493 00000000000000000082e7abe537977d185a177e96cfd613c65e2c0fd8c8765d 1,640 1.00/1.00 vMB 84
477,492 477,492 0000000000000000007c36142cb1d2edff1b5b3923a9075a5c9109c945da3ca3 778 1.00/1.00 vMB 118
477,491 477,491 000000000000000000edd81ef0fbe6fab54d52a55f5e972ea1c5e0e57480ea54 2,062 1.00/1.00 vMB 131
477,490 477,490 00000000000000000062d2b067635e6ebb6d55e3d14b3becbb0271072acc3460 2,276 1.00/1.00 vMB 190
477,489 477,489 000000000000000001525d3d77452db5a87960edc330bd184551f341d9ae1749 2,077 1.00/1.00 vMB 124
477,488 477,488 0000000000000000006ed4891a454adfcc0326bc3ecef410ae849fd4adf6dc09 1,939 1.00/1.00 vMB 56
477,487 477,487 00000000000000000050793d248166807c1d1a749a41b77b2b7109dffeb27d4b 1,993 1.00/1.00 vMB 166
477,486 477,486 00000000000000000001e567c96327b1200fc546475a82bf5b4f3520db2b17e7 1,749 1.00/1.00 vMB 116
477,485 477,485 0000000000000000002f9206f1640114bfe011ee1a91f3e97c2754984fa47661 1,638 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 829.43 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: 4,660.24 GB
    • Received: 251.93 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.