Loading Tool

Explorer IconExplorer

Memory Pool

72,702 transactions
28.03 vMB
0.06687534 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 940821c653b189c1d395300ec95e53f5b49286e4eebc1cb0bf5258849ee08285
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (285,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,483 629,483 000000000000000000066bd8871b875a820108eef8463b6122a16e8b64757071 2,520 1.00/1.00 vMB 27
629,482 629,482 00000000000000000009b1e5c9ddc769c72bb28b8f06867a7ec7e72a3c632247 2,165 1.00/1.00 vMB 57
629,481 629,481 00000000000000000001c90946d32272a2e392abaf59a620eb0eed6562c96ee5 2,093 1.00/1.00 vMB 31
629,480 629,480 0000000000000000000ae7b8de1fbee9eece2b974c59f5f581cf80f508a3ddd1 2,519 1.00/1.00 vMB 87
629,479 629,479 0000000000000000000358c5bb8c421a2b68e9fc8e46a2339d96eeb6fd0f018e 2,440 1.00/1.00 vMB 45
629,478 629,478 0000000000000000000ff26eb18c03a5515aae20e9c9f0095399717ce269abc0 2,864 1.00/1.00 vMB 65
629,477 629,477 0000000000000000000a020a708d7e7e0c7b68346e0b08647fedf653dfa88bb3 1,315 1.00/1.00 vMB 13
629,476 629,476 00000000000000000000f6c1f3a15dd9e0d78ff6fa9282cde6a42ac3b92ed511 1,739 1.00/1.00 vMB 54
629,475 629,475 00000000000000000008a5e9c99c720c245ce07b0fac4d8533ceca28bbcdb86f 2,239 1.00/1.00 vMB 46
629,474 629,474 0000000000000000000a3cf66614526aac455ec13ffaa590cda8749b8d054cd3 2,793 1.00/1.00 vMB 77
629,473 629,473 0000000000000000000e43e5ef631f4aff67c147c3df1ca2c131f67b2aa4d68f 2,684 1.00/1.00 vMB 21
629,472 629,472 0000000000000000000616cd90776b29a3ac7e488604568598aab671bb02ce3f 2,122 1.00/1.00 vMB 44
629,471 629,471 0000000000000000000a6ad768366af6a027001007f5bae748beca99c0f60f71 2,179 1.00/1.00 vMB 92
629,470 629,470 0000000000000000000bdf770037a5e572a7c90806069720e70605ed68066125 2,661 1.00/1.00 vMB 57
629,469 629,469 0000000000000000000ded66f23c38afcf8ba3262a4f764c21548377184a13aa 1,542 1.00/1.00 vMB 64
629,468 629,468 000000000000000000074fcea3eeea0ce94782a820ecda8cf303b39e4343b7e9 2,179 1.00/1.00 vMB 87
629,467 629,467 0000000000000000000f2be3ad5659eaf1da98fa8e9e1612e463c1ad4ca5f6bb 2,329 1.00/1.00 vMB 86
629,466 629,466 000000000000000000112ccdfc9256224010be04f082d344d1ec9f5cb6077666 2,851 1.00/1.00 vMB 110
629,465 629,465 000000000000000000076066f0881ce38f073580c1cd613f734904c780772a38 2,247 1.00/1.00 vMB 18
629,464 629,464 0000000000000000000a401ea9b38c331aeec67dcb2d9bab4dda6ec839bd3765 2,334 1.00/1.00 vMB 60
629,463 629,463 0000000000000000000a73563c0d6c1592171535968f368bde1d4ead9df3dfc9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.