Loading Tool

Explorer IconExplorer

Memory Pool

44,077 transactions
27.09 vMB
0.09309834 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 2c93fc0d9204f71fba4af37189a5eb39c17486b7b1189750e19b2ea975cceed2
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (129,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,489 785,489 00000000000000000003310c7efca79a1129bab9cfe1fc3387519067a9a42059 566 1.00/1.00 vMB 2
785,488 785,488 00000000000000000000b66f631186e0730cfa834a129e2e43e8dbc806a0e0df 2,493 1.00/1.00 vMB 15
785,487 785,487 00000000000000000005b73e48143fa8ac6d9cc2acea6e546c8c22b693a60279 1,711 1.00/1.00 vMB 16
785,486 785,486 000000000000000000056e69d3ebbc88c87b13f3900f53404750ea5c24414ebb 1,534 1.00/1.00 vMB 14
785,485 785,485 00000000000000000002b8ab3702195ba4789a8d3f022f3b192831c4e063487b 235 1.00/1.00 vMB 5
785,484 785,484 000000000000000000016f31c374a4e31eb3bd0095591ce2ec23907996489700 865 1.00/1.00 vMB 5
785,483 785,483 00000000000000000002cc3b77f8a8fd1886859bdedf99c4c1991224b9e441ed 2,000 1.00/1.00 vMB 8
785,482 785,482 00000000000000000001b7f7901efc71f5f5139929036346b9e8879b4078a5c1 1,428 1.00/1.00 vMB 11
785,481 785,481 00000000000000000004cd2951bf1d1c169663411bf0ab8821e59f3817d1ed6f 129 1.00/1.00 vMB 2
785,480 785,480 000000000000000000041b094127a47ea897953bfd4d11c186393e7cdbbbb997 1,344 1.00/1.00 vMB 7
785,479 785,479 00000000000000000004ec1f6bcd8275a59e2c740c6442a0f8b0a5814df0da10 1,147 1.00/1.00 vMB 10
785,478 785,478 00000000000000000001de9b51130db013e9a5f2b5210273ef6e9583628b4d0d 1,508 1.00/1.00 vMB 9
785,477 785,477 00000000000000000003c8369e7fb7a49ea4c20f04d5b46b855543b034605055 1,246 1.00/1.00 vMB 11
785,476 785,476 000000000000000000023feb12aeee8c24f16425565b5f585e7751a859dcfb0c 1,538 1.00/1.00 vMB 10
785,475 785,475 00000000000000000000fdf20c756ca1c0816e9c889245b62c2fb84cdaaf0970 3,827 1.00/1.00 vMB 29
785,474 785,474 00000000000000000000e959ed7a9598c8e26470cf0abcc3ab285ddbb17d9d16 2,613 1.00/1.00 vMB 17
785,473 785,473 00000000000000000004ed5f2c3a8a9ccc02f63394a0a5a16d28f4ca8399583e 3,049 1.00/1.00 vMB 27
785,472 785,472 00000000000000000001352bc556a0b86a3574e514ca07f304b86dc4e4b04587 1,071 1.00/1.00 vMB 17
785,471 785,471 000000000000000000008f1dd68528b9194f2d0c5e06c4fc45df6467c3d2c5f2 1,180 1.00/1.00 vMB 10
785,470 785,470 00000000000000000001054bcb5e9f22467a7eed8898dc0d8596a4b22795edab 1,142 1.00/1.00 vMB 9
785,469 785,469 000000000000000000012b213d09527bd3ada2f5c66c16925b51f41d4e5d2b22 2,399 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.