Loading Tool

Explorer IconExplorer

Memory Pool

41,041 transactions
25.84 vMB
0.05273302 BTC
Random Selection Loading Transactions
Max Size: 135.07/200 MB

Candidate Block

Mining Attempt e0f6a27cce4df9d78eadd31749ae155afd5ff4682b7374ffb81b200bee24f448
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root b04fd60fd8ad9b4e11d8f82fc898e305bccb7afd0d13481ee49ea4d2cc12365f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,653
Size: 1.00 vMB
Total Fees: 0.00586064 BTC
Feerates: 40.21 > 0.59 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (568,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,499 346,499 000000000000000004907a6ed55bde79e46963a00adfe2bfabc51bf87f053a97 1,168 0.75/1.00 vMB 20
346,498 346,498 00000000000000000460c8bb35a31e5f41c4f1c1bf4a0c52bf80c86c524d7215 512 0.23/1.00 vMB 35
346,497 346,497 000000000000000005e6523ee9939d1e49f17724038b61e7c413ab872c45c1a6 1,692 0.75/1.00 vMB 31
346,496 346,496 000000000000000007414f602092425e47736de0f8290437b1a93be886c5e8bf 815 0.45/1.00 vMB 42
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
Previous 10 blocks ↓
Total Size: 782.01 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: 649.21 GB
    • Received: 13.14 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.