Loading Tool

Explorer IconExplorer

Memory Pool

82,850 transactions
30.40 vMB
0.14782339 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 6f0a0fc6ed96ac4d3554ac3af28694e47087c88882f92dd4fbc610a274c5061b
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (437,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
477,484 477,484 0000000000000000008e3c4a938eff99f2d143de167800c868c444492b5317ac 1,828 1.00/1.00 vMB 124
477,483 477,483 0000000000000000015daae1a9f34dd132d25e904f4d6f8a06875d15ba566926 2,669 1.00/1.00 vMB 267
477,482 477,482 0000000000000000014d856cadf4d52b6124d77d10410467af18266c0d7c5958 1,512 0.74/1.00 vMB 52
477,481 477,481 000000000000000001310c3983b6a2e9558f2ffd53fb7a0cc4f11b2c8bce06eb 1,518 0.67/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.