Loading Tool

Explorer IconExplorer

Memory Pool

45,190 transactions
28.64 vMB
0.08440063 BTC
Random Selection Loading Transactions
Max Size: 151.32/200 MB

Candidate Block

Mining Attempt cc0165a348ed4a82d3cfc1772a9dd678210866f740bc396ecd21c40bdd0cd616
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 5fbbf209431ccb505c901cf4772b357efd8dc04f1a9c90a13f422e052db1260b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.02976153 BTC
Feerates: 120.00 > 2.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (795,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,387 119,387 000000000000b4e997d2a127380b1c83c4744471d186b62adee70114ce8133a1 7 0.00/1.00 vMB 706
119,386 119,386 000000000000a01ed1222cb942d3ed9d0a6a21e82a10a11c5190492d24f7c630 10 0.00/1.00 vMB 569
119,385 119,385 000000000000894ceaee7ae1d4db26cbb839a8f03a98105335af55cee9f9dfc4 4 0.00/1.00 vMB 0
119,384 119,384 000000000000420d1817e386dda25b9324402edeee19940ac6c5fcffc3b3270e 13 0.00/1.00 vMB 873
119,383 119,383 00000000000026a8dc1885d260078bc88d558d6ea45465a7175f7a509b4c5117 16 0.00/1.00 vMB 211
119,382 119,382 00000000000065b4b2299b7e3e922a0655e5892a990f7a1046d71f0eb3170417 9 0.00/1.00 vMB 0
119,381 119,381 0000000000005bd06eae417aca19415f41b56a4aea7680520018a0c098ff2816 19 0.01/1.00 vMB 0
119,380 119,380 000000000000237f7e333b46af24d1426d93fc9032cc8d1cfd2d21051d4c45ab 9 0.00/1.00 vMB 321
119,379 119,379 00000000000092de6cd6e12e089c82d0e0ccda29c3311000b2947e9bef27fb2c 42 0.01/1.00 vMB 2,898
119,378 119,378 000000000000759c56dbadc476acb56c40e866109b18af63e678fcb238c23435 21 0.01/1.00 vMB 1,001
119,377 119,377 0000000000007821efc410f5c0007e1884ca5c970cfe56d3081b36f1e8ad0132 6 0.00/1.00 vMB 1,281
119,376 119,376 0000000000000aa1fda4655905921542ad8d93f421ff400fb92e39c4d4eb5644 8 0.00/1.00 vMB 336
119,375 119,375 0000000000003cd00260fa9419320034f3e894aa677e1c40634dc9cbc9a83dde 12 0.00/1.00 vMB 413
119,374 119,374 0000000000007e8a8f1b71d225ec8d0ac284f211c663f7a49efd297a22dc563e 13 0.00/1.00 vMB 730
119,373 119,373 0000000000006769d8dc38f4489517031491435d6fc5f6951ed6c3beefd7493f 12 0.00/1.00 vMB 966
119,372 119,372 000000000000b2749d0572d6dfe7fc01a76332513dac0b444868b4138ca7c904 4 0.00/1.00 vMB 1,293
119,371 119,371 0000000000005e33e5b270666fafc2ffb9903335e8ccd4e9dbb97a7142a2b3e4 1 0.00/1.00 vMB 0
119,370 119,370 0000000000005a2a80ab16add07fddda182cebe827845baf27fc5cc3a54303b1 20 0.01/1.00 vMB 117
119,369 119,369 000000000000488d7cacba81026a83f5d8c6550c41130b07a63576991f637bdf 8 0.01/1.00 vMB 364
119,368 119,368 00000000000030f68e9f9a7f09ed025a2ea8278d49cb802cd88118b2e57a099f 11 0.00/1.00 vMB 618
119,367 119,367 000000000000b1a452f4d15faa1724723ae77b71c5ff1cb19cfb03add465144c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.66 GB
    • Received: 13.61 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.