Loading Tool

Explorer IconExplorer

Memory Pool

66,282 transactions
35.79 vMB
0.18274963 BTC
Random Selection Loading Transactions
Max Size: 192.25/200 MB

Candidate Block

Mining Attempt 12ad49c74e066a67d1dea5f69d90f705d94df21cf4028a5c94f172c312c9e235
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root 3302cdfcd886877f40bf85c4010d1c917bb49f129b6e4f5ed389b67fc8049249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.05765904 BTC
Feerates: 154.17 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (904,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,388 10,388 00000000cd58c2ab8aab38eb33805d1db37346c7e49a099ec4ccff1f3aacac3f 1 0.00/1.00 vMB 0
10,387 10,387 00000000dadf0b9f857e42cb8f5db46eabe82ea210b146175e18398d0e2ad6d6 1 0.00/1.00 vMB 0
10,386 10,386 00000000557e47f90d5e4ce22c8feeb10d3cade27dda92cd7e7bf628cd488778 1 0.00/1.00 vMB 0
10,385 10,385 0000000094386a67604d7680440ec2d6b2d08999d52050e1e6adbd00af75353e 1 0.00/1.00 vMB 0
10,384 10,384 00000000835c60cafdf2a3425d41cbdcf286d91b9bd5bb935b29f82723262795 1 0.00/1.00 vMB 0
10,383 10,383 0000000003459d410421933ad518d1d7b70604e2ced57f15441f7f104b0b961d 1 0.00/1.00 vMB 0
10,382 10,382 000000006c53f53f82086e076b42d253c5f83f3617f8f622ec08f9b5d48f7f75 1 0.00/1.00 vMB 0
10,381 10,381 00000000f3f031877d556dd26d2ace7ffcc61c900efe16d0092b966faa1f6328 1 0.00/1.00 vMB 0
10,380 10,380 00000000ace1c75198ccb0a5c3ed7bb459d1fc5d5a4882964a6e724150072a7c 1 0.00/1.00 vMB 0
10,379 10,379 0000000001d4fc4c7b5752d75de60f89cda7889af55c43ee94f11041a6bb78aa 1 0.00/1.00 vMB 0
10,378 10,378 0000000099cfe767f664110638dd2c0f096370ae3667ebbdcd4c4010572d8a46 1 0.00/1.00 vMB 0
10,377 10,377 0000000069f302812819c3efdb5f7c86addf92e7a2af817ef06b72c35bec3710 1 0.00/1.00 vMB 0
10,376 10,376 00000000ffdb74d25c7238e3fc4d7d7244655357cc750d6be2955770a8fabdf9 1 0.00/1.00 vMB 0
10,375 10,375 00000000efd852a30fe282fc7113e80035336b9d30131ae31aeb93909d22a893 1 0.00/1.00 vMB 0
10,374 10,374 00000000148833967e66302017bc6aa37cf0f3bd6ca57febf1cc47032749a118 1 0.00/1.00 vMB 0
10,373 10,373 00000000120789734f807bc7cea9c6ed06bfcd5c1cd7e4a13754fdbba309e449 1 0.00/1.00 vMB 0
10,372 10,372 000000002e2d330c27a450f48ebed090119eaa13db7b658ac2abd804a7ead025 1 0.00/1.00 vMB 0
10,371 10,371 0000000066e738abf3d730d800bc4cd0b665564e892acb75124b58f7a70ee11d 1 0.00/1.00 vMB 0
10,370 10,370 00000000cf195b1ceaa3f35c69e1d8f8d0905e144a92078aca77832990c4f6c0 1 0.00/1.00 vMB 0
10,369 10,369 0000000089f92a8e532c5e5a80ada29ce035710e18d5c3086c4510890a99b926 1 0.00/1.00 vMB 0
10,368 10,368 00000000f9926aaebef1d31b5096db40875e4abbc50d38250c0a9ecddabe67b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.12 GB
    • Received: 10.31 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.