Loading Tool

Explorer IconExplorer

Memory Pool

80,291 transactions
29.53 vMB
0.12726911 BTC
Random Selection Loading Transactions
Max Size: 178.72/200 MB

Candidate Block

Mining Attempt b6d51ff57949015ddbdb3b2529fee4eabdbc482fc6e59e9f7186831d1090145c
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e4cbe4ac8fbe1d9f9b66f3deadb2c60fa0d142a99bd29f75c4b2fdd5842f7a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.04582936 BTC
Feerates: 477.45 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (40,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,496 874,496 00000000000000000001b21e9736daf7d6d1b87c3444ec16cc11306d01323928 2,107 1.00/1.00 vMB 4
874,495 874,495 00000000000000000000f24845fbba988771700ff5e422a9a2a3714cf477e809 2,696 1.00/1.00 vMB 6
874,494 874,494 00000000000000000002a2fa334e5d97d0fcf0583c9ad0e9278c9939e519c030 3,853 1.00/1.00 vMB 10
874,493 874,493 00000000000000000001afbc328d11ea60340ae82e49bfc242dda4ccd632ea11 2,993 1.00/1.00 vMB 8
874,492 874,492 000000000000000000004f14f9b35801991d11cb60f812a63445b9e09002431b 3,050 1.00/1.00 vMB 9
874,491 874,491 000000000000000000013bda32ad888fb592f22d63db6f2b52a50aefbdfd8bc7 2,846 1.00/1.00 vMB 13
874,490 874,490 000000000000000000027aac2c36a425d72e4e6c7477a83be6129c00a7aa8232 3,235 1.00/1.00 vMB 10
874,489 874,489 00000000000000000000a4adbe6a6ca89c5d6ebae6c8e63c6819f4f979fa90db 3,164 1.00/1.00 vMB 11
874,488 874,488 000000000000000000028a6bdb8c663b275d76af14fc2503ab067f1a62a743a3 590 1.00/1.00 vMB 4
874,487 874,487 000000000000000000002cc56b414aefd5753dedc2716c7e747102cc74c98cbb 1,687 1.00/1.00 vMB 5
874,486 874,486 00000000000000000000e7b549ed280f96159e321a66c6f29a063182fcb241aa 409 1.00/1.00 vMB 4
874,485 874,485 000000000000000000004570d5474404ebb0fb4dcb243029c89777dd369e1385 210 1.00/1.00 vMB 4
874,484 874,484 000000000000000000010198d09c256a8499123e4ea94d846cc0d5414a6565e5 2,364 1.00/1.00 vMB 5
874,483 874,483 00000000000000000001098e7d553cc5b4af66f5bcf1c7a0abfaf0d6cf1a7689 3,492 1.00/1.00 vMB 5
874,482 874,482 000000000000000000010cbbc5ec82afb17544ee2facad74ed3dde95229fdaeb 4,529 1.00/1.00 vMB 7
874,481 874,481 0000000000000000000072c67cc5d73a6ed872d2e775e376674bdf6c94f293b0 3,048 1.00/1.00 vMB 5
874,480 874,480 00000000000000000001946a6cdd8f6dfce9f1c0005ed22833eec3fb3d1fcc6a 3,460 1.00/1.00 vMB 5
874,479 874,479 00000000000000000000600b1398a6a0cf45a9e0c4fa59a80d1e7a65dba165e2 3,960 1.00/1.00 vMB 8
874,478 874,478 0000000000000000000067de38b3c27ddf528ca26f12f93b9c4ca83ae1205c4c 1,509 1.00/1.00 vMB 5
874,477 874,477 00000000000000000001155895728446223587b53639e9a5288e3798c6676d04 2,641 1.00/1.00 vMB 5
874,476 874,476 00000000000000000000e45d664fc8e255bd196dd675955f962f57496cfec194 3,288 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.