Loading Tool

Explorer IconExplorer

Memory Pool

44,135 transactions
20.83 vMB
0.06230823 BTC
Random Selection Loading Transactions
Max Size: 117.60/200 MB

Candidate Block

Mining Attempt 27a9a3bed138d768b7a7fc872f217ac9245ee4f0b4e648ac7ef1e09791f3fe97
Version 20000000
Previous Block 000000000000000000007dae9b7e7e1d00da353eb04587d7b003687d74a0a2f4
Merkle Root 26bb9af0b9499280d713f2dc8039286d39cb431cc9e2259a1fef55c23626a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.01905885 BTC
Feerates: 502.67 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,068 (897,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,299 16,299 00000000fd1a0641dc932a811c40cd1c0ccc40fc5f5d0d8015ba740a380eb623 1 0.00/1.00 vMB 0
16,298 16,298 00000000c6da6988bd1cc09bf0f64378342cc5e714dbc20cc1c30260795002ec 1 0.00/1.00 vMB 0
16,297 16,297 000000003562782073d72fa1d316b40b5aeac22caba48675bdad7cb26b32658b 1 0.00/1.00 vMB 0
16,296 16,296 00000000d728bacba6fc16d78e98d4063c8ca582ef7d59d8c67b6c133ba60f41 1 0.00/1.00 vMB 0
16,295 16,295 00000000412d9707489c950a4a8f9a1f78d844b237ea4bd83a1534130a4a63de 1 0.00/1.00 vMB 0
16,294 16,294 00000000391e9b40e2da085fd100e88a41dfe04c58be4bcb09dbea4c7edfc3ce 1 0.00/1.00 vMB 0
16,293 16,293 000000005b1ca901eba593ef16469f046dd70470e80a30eaab1d83a06853a128 1 0.00/1.00 vMB 0
16,292 16,292 00000000590d2a9cb029fba2c0adb14ed5f5eaafe93721091bcf514018440375 1 0.00/1.00 vMB 0
16,291 16,291 0000000023fa29481044d2dffeeb4611884e21c6a9177ddc25997ffc8e1ec40b 1 0.00/1.00 vMB 0
16,290 16,290 000000001e6b4ea244b26a08c667be6aa70bc1ed2ff01da92597b6a7f1e6fa16 1 0.00/1.00 vMB 0
16,289 16,289 0000000098c159279a06e75d46fd1ac68c68d7a4ccacd84b97547304455b2862 1 0.00/1.00 vMB 0
16,288 16,288 0000000020f037f8f45f0894a2b4fb1caf9cc5218991896ada737c68a1b8478e 1 0.00/1.00 vMB 0
16,287 16,287 00000000e6d41e8ce5c6a2559131ffe298fd3041bd381b59aaf31f0489929a26 1 0.00/1.00 vMB 0
16,286 16,286 00000000c87ed8d34a1797bb24e5090ebe69d6c0c8e3661f6908b3b7970f5931 1 0.00/1.00 vMB 0
16,285 16,285 00000000a32c685aaa574574bf40cccf8e44bb0dee3bc564c3d022b70513b710 1 0.00/1.00 vMB 0
16,284 16,284 0000000043ad67c971b97ae165478ce5d306b8469555b962623e697028dd805e 1 0.00/1.00 vMB 0
16,283 16,283 0000000072da762154f42aa86acd8e54507ea9bc6e3d53114088af453055680e 1 0.00/1.00 vMB 0
16,282 16,282 00000000d50904ac1cbebec7ced789c5c469df90cc60315b9e8ed6f050a12c1b 1 0.00/1.00 vMB 0
16,281 16,281 000000008eb78d746bf1547a3d5a9f4b975c95bc55bc1f655b637e5b643cb3bb 1 0.00/1.00 vMB 0
16,280 16,280 000000008955dcd345d0dd46d4ad7041d6cdf743456c4a2b6d964215cf2540ce 1 0.00/1.00 vMB 0
16,279 16,279 00000000ca4413fcd733b6259ac1526885536e24edabcc2fcc1cc38b7957d935 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 555.02 GB
    • Received: 6.86 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.