Loading Tool

Explorer IconExplorer

Memory Pool

45,530 transactions
28.99 vMB
0.13653039 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt 4731c34ae4b66da966991f662f86a9256b2c8cc6f10c5b9f0ba836981806c523
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 151f6a5504141158d05a4817ac09aa00e5f773da6dbd39dd78dfd3ec2349f803
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.04115674 BTC
Feerates: 150.75 > 4.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (342,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,484 572,484 0000000000000000002bf3f09dfee407a7aa6e5b2d9339b8ff436d41d30a1241 1,759 1.00/1.00 vMB 65
572,483 572,483 0000000000000000000489a925ae0221649486eb09108a00608ebeb5ff88a894 3,541 1.00/1.00 vMB 77
572,482 572,482 0000000000000000002820cd2a21a3e6e89f54cff88a4f018b36fa6130b1c0a6 3,074 1.00/1.00 vMB 76
572,481 572,481 00000000000000000000c88ad27d587b12dfb7d8d708b358fba968678e127ef3 2,415 1.00/1.00 vMB 54
572,480 572,480 0000000000000000000173b28e5c3356e5e7939f75ce91ee273bf87e71c168f6 2,089 1.00/1.00 vMB 63
572,479 572,479 00000000000000000025de438243ee8e65f060c2ed7eb0ea1e1f8fd8f13d8686 2,883 1.00/1.00 vMB 70
572,478 572,478 0000000000000000001d7367e695d4d32b694524f2ddde95512d2c86488b05ed 2,982 1.00/1.00 vMB 76
572,477 572,477 00000000000000000025e53b9e2de1b2b36ad8e9b0e5c93bade42a7786d93115 2,522 1.00/1.00 vMB 67
572,476 572,476 0000000000000000001e9ddb897a556980d662f19b66523145c3c3e23b401db9 2,950 1.00/1.00 vMB 73
572,475 572,475 00000000000000000025d351902338134a524916dfc8bc300dbe212bf77db546 3,308 1.00/1.00 vMB 108
572,474 572,474 0000000000000000000c665c93e228164ef1e805eb5d5564c0afe43ca77cb5a2 2,612 1.00/1.00 vMB 48
572,473 572,473 00000000000000000008d5f6d720708243d481b80451f6eb249309954236074c 3,036 1.00/1.00 vMB 81
572,472 572,472 00000000000000000000ada652729baeb54475ce5d80d89960721725010a1231 2,791 1.00/1.00 vMB 46
572,471 572,471 00000000000000000006427dbbaa9c3d0c0ae187eaf00e2f9f8c94ad9aae7e59 1,584 1.00/1.00 vMB 45
572,470 572,470 0000000000000000001c90a747f301af83743b2e13f1eda7a7a6cc848c49e736 3,117 1.00/1.00 vMB 73
572,469 572,469 0000000000000000001b9b072008dda0e2a15da250e73cbabe6e2b67d47456fd 2,400 1.00/1.00 vMB 58
572,468 572,468 0000000000000000000f78d86d1f00cdd223d4e69a2d37db68b189b263e7cd30 3,172 1.00/1.00 vMB 74
572,467 572,467 0000000000000000002aacaed999274e09cf3a5ab34f47b2fa1ce9b5fde09e34 2,859 1.00/1.00 vMB 91
572,466 572,466 00000000000000000006e2dc7c204916060e75b756976a81e32ac340395cc760 1,595 1.00/1.00 vMB 51
572,465 572,465 00000000000000000023fdadbee76d33595cd92a47a17fedfbf9ba8e57cb97fb 2,434 1.00/1.00 vMB 58
572,464 572,464 0000000000000000001f2bb0c76aa2ef62ca565f9264a30f9c4867afac61814e 2,245 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.