Loading Tool

Explorer IconExplorer

Memory Pool

82,790 transactions
31.77 vMB
0.11012597 BTC
Random Selection Loading Transactions
Max Size: 190.64/200 MB

Candidate Block

Mining Attempt 254b6e62c079680d462aecd75c8400997ecc0758bb1da04130ac039b94c5a296
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root ec14fc639f18d01b4904edee79beeb57e09821a313b3448e19748ea43874d7bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,784
Size: 1.00 vMB
Total Fees: 0.02707336 BTC
Feerates: 344.14 > 2.71 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (22,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,512 892,512 0000000000000000000182d26b3543eb3c24358c80bc8f8045baa37204d091dd 854 0.20/1.00 vMB 3
892,511 892,511 0000000000000000000067ce306a39863611e63d19ddf401c2eb1c60c66c8e25 2,308 1.00/1.00 vMB 6
892,510 892,510 000000000000000000011ae84828787bb6cfd3ecd9c4fa4c47b1250e161b5a1f 1,481 0.31/1.00 vMB 5
892,509 892,509 00000000000000000000b0529175418b17b14dbc37d21702a9534fcb2f87586a 2,830 1.00/1.00 vMB 4
892,508 892,508 000000000000000000005f4b3e6ddad3d362540bd518711d55b0b7b9f8fdafcd 2,011 1.00/1.00 vMB 1
892,507 892,507 00000000000000000000d2010a1a4aa8e289a7f6cda60c3756e8f2d35ab81531 3,484 1.00/1.00 vMB 2
892,506 892,506 00000000000000000000716ee0a3df25e7d09fc4abcee1246163ee0b01a0091f 3,419 1.00/1.00 vMB 8
892,505 892,505 000000000000000000008357f3dc6b757b74852a003f2b7892f74dd8c8167864 3,450 1.00/1.00 vMB 17
892,504 892,504 00000000000000000001320c788c41a98ab68373875e8120e029c576c612e082 947 0.36/1.00 vMB 2
892,503 892,503 000000000000000000021a84a26c7a7bd4e569148aa485db47ba72c735a9bd1a 1,319 0.45/1.00 vMB 2
892,502 892,502 00000000000000000000820f64260e4241b002b6186068a7e28a1f2c478a9524 2,345 1.00/1.00 vMB 1
892,501 892,501 000000000000000000019c06890cfcdcb7f40e741d8e877dff3fa2f8825d17b3 3,705 1.00/1.00 vMB 7
892,500 892,500 000000000000000000017a5759962f34bab28cd40bdc66ecc18016d416149d40 1,315 0.35/1.00 vMB 3
892,499 892,499 00000000000000000000492ccb7d79ef712aa4aa6542c91da7cc378422edcf9a 3,570 0.90/1.00 vMB 1
892,498 892,498 00000000000000000002324541abe9cdf1f6a9a8b30ba6f741ac1a07c851d76e 4,409 1.00/1.00 vMB 1
892,497 892,497 00000000000000000000c99b8f19e6d344d542d59fe4eda36514d941ba9f1cfc 3,679 1.00/1.00 vMB 1
892,496 892,496 000000000000000000002664702a1bbc669f67d09d16f8d0471bdd10f31b8c05 4,121 1.00/1.00 vMB 7
892,495 892,495 000000000000000000000f11c76567d16f409e03c0412b9c99f52b341cb9abe2 3,967 1.00/1.00 vMB 4
892,494 892,494 00000000000000000001bd502518849b8760586ce007bdffe5a69c439095a555 4,275 1.00/1.00 vMB 1
892,493 892,493 00000000000000000000d0c1641fdbf4b7b50c6a5d49af68c3d2ca8ee07e372b 3,675 1.00/1.00 vMB 5
892,492 892,492 0000000000000000000035d6f2118dab9b7877c55c4c2520a255c63c9f79d2d4 3,834 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.