Loading Tool

Explorer IconExplorer

Memory Pool

49,233 transactions
30.23 vMB
0.17061235 BTC
Random Selection Loading Transactions
Max Size: 161.68/200 MB

Candidate Block

Mining Attempt 28be3293f6be513b4f8c5b0e57ebaeb31bfb0231aec79186d64cc1a351826963
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 715b90fbe8335f5ba3459782fecbab4c5f00fb622748ffaa4d7a1e516986b72b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,059
Size: 1.00 vMB
Total Fees: 0.09177078 BTC
Feerates: 261.10 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (568,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,495 346,495 00000000000000000e570f314fba7f1c4df5a1d36815817fc9e7a511c5859574 57 0.08/1.00 vMB 6
346,494 346,494 0000000000000000045585c54604c48ae0fc615a786d1dba6f85a264de176942 256 0.12/1.00 vMB 28
346,493 346,493 00000000000000000d58555ce5b9caeb60cc31a7924500855114f16c00b1dd2c 1,258 0.59/1.00 vMB 32
346,492 346,492 00000000000000000084a34c7c58e16a3d4c9998deed72375168e9e9e8824675 204 0.10/1.00 vMB 29
346,491 346,491 00000000000000000f0a95a9d8148cf214d194b11362062fa947f57a21bb73bc 91 0.06/1.00 vMB 22
346,490 346,490 000000000000000009b0508c7a8a2bae9b9d636478319ae19938c1ae0c4cde7a 238 0.13/1.00 vMB 22
346,489 346,489 0000000000000000173945f51af7eee8d675e4af9634c80ec4b4698a36ce3c69 958 0.52/1.00 vMB 23
346,488 346,488 00000000000000000950bbffa51287ce1a3a6c173d28ba20f08a14785ce5f5a8 255 0.10/1.00 vMB 45
346,487 346,487 000000000000000001c0f78ebeaef8c40ff7f30162cf4f333dc91f342d817ad8 477 0.38/1.00 vMB 20
346,486 346,486 000000000000000007ce763d80538fb5fe8a8897bd6d9d2d2a7b79836e864909 263 0.12/1.00 vMB 29
346,485 346,485 00000000000000000f6f904f28c1cc6cf76fbed8383792bb47862f958eace4d8 881 0.47/1.00 vMB 26
346,484 346,484 0000000000000000163c2cfb7c8b97cbb9ae6eed6596236ce30f18a368d2b677 67 0.03/1.00 vMB 33
346,483 346,483 0000000000000000027c8702075f67eb70f1e9d98b0001ad2d92e0584bcd06d0 494 0.32/1.00 vMB 23
346,482 346,482 0000000000000000164996761ed7e6f186c6e4fbe63c0b785f37663105cc0e0c 367 0.20/1.00 vMB 26
346,481 346,481 00000000000000000f2cda07f56ea6d133243b425acb1d96da09df1210b7d8df 267 0.16/1.00 vMB 25
346,480 346,480 00000000000000000058c05eba3028d2d8c757aa06ffea0eb301b5d1af5c4505 134 0.08/1.00 vMB 10
346,479 346,479 0000000000000000089375c972073663fb3a9f7fe061406f1bc65f35ebe61a11 570 0.32/1.00 vMB 20
346,478 346,478 00000000000000000e66d55d2bd4875f8b128e3b5cc90ae799238c4da7f56474 269 0.13/1.00 vMB 79
346,477 346,477 000000000000000000f8b3275ec56a69ce2896df4a81ac1e801b95d143b9bc38 1,418 0.69/1.00 vMB 26
346,476 346,476 0000000000000000078fe19a813baaef0af791be59bbf3a9343404ee801f601d 1,025 0.57/1.00 vMB 23
346,475 346,475 00000000000000000cb2528f3bce18a55c4c409f37b42d22b46a8605c4eb48e7 271 0.16/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.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: 651.01 GB
    • Received: 13.38 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.