Loading Tool

Explorer IconExplorer

Memory Pool

81,807 transactions
30.99 vMB
0.11606443 BTC
Random Selection Loading Transactions
Max Size: 185.48/200 MB

Candidate Block

Mining Attempt 584238e6797e56790f0903a2b7125a5e99067fcf554fc8a4ec8ff5b57398c4a4
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3f10eb874d2b2563577c28147d42f4a5755e930554ae7e821e8385db048c43f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.03310137 BTC
Feerates: 101.42 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (245,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,449 669,449 00000000000000000003e1f49e9d32fbdfb2f081babbad9de82942b8e620e345 2,476 1.00/1.00 vMB 109
669,448 669,448 00000000000000000000ef9b13535f67b4afd96a9431d2c5fc47c3c92f17c372 1,795 1.00/1.00 vMB 28
669,447 669,447 000000000000000000011807512fdaf4906e349b63384dc94c0b81edb3b2a0dd 1,270 1.00/1.00 vMB 13
669,446 669,446 0000000000000000000b9f2cb9675f3ef4a1f28a5efd18309e188d4e36c38a73 2,426 1.00/1.00 vMB 66
669,445 669,445 00000000000000000003bcce4f36e55e7338e0a1ac520b8336e9defe67053328 1,796 1.00/1.00 vMB 12
669,444 669,444 00000000000000000004d6f8995611e4ebb1fe475bd1e6c01f7b7a12823365be 2,354 1.00/1.00 vMB 92
669,443 669,443 0000000000000000000a8dc05ad547129cd6a07a5f061da84c6bdbb608371786 2,369 1.00/1.00 vMB 49
669,442 669,442 000000000000000000024a712106c843eb097a96f3775467ace21dd6aefdef1c 2,538 1.00/1.00 vMB 90
669,441 669,441 000000000000000000043070111a48e4c114932abd3bd8ac8b538505f5b833ea 2,003 1.00/1.00 vMB 58
669,440 669,440 00000000000000000000dfd88cc2e6df9c9c093446c51540ca4e73b4dc7eda13 1,476 1.00/1.00 vMB 51
669,439 669,439 00000000000000000002c864c160f9166da98eed0c62704cd00f19423a58884f 2,095 1.00/1.00 vMB 54
669,438 669,438 000000000000000000045164cfd34521d36f14725fd4a28841d8e92877126175 2,488 1.00/1.00 vMB 120
669,437 669,437 00000000000000000007aacccec3733f277c667d2d28b71603ea71c02f6a38ce 2,202 1.00/1.00 vMB 39
669,436 669,436 000000000000000000036bf353f54685d81f1ad0b8a83d34a292ef7965849f7c 2,302 1.00/1.00 vMB 34
669,435 669,435 00000000000000000001e2cd8e2bb658993eda3678b0c360d1fac90d9fe09124 2,236 1.00/1.00 vMB 23
669,434 669,434 000000000000000000035a5c28e619af25da0b5118a30a1cc3cddfd6ebd594b7 2,933 1.00/1.00 vMB 95
669,433 669,433 0000000000000000000cde8931efc9c4e7845bacebf9aa54f57181f4be8f2511 2,078 1.00/1.00 vMB 54
669,432 669,432 00000000000000000005992009da7e1562e994f448b5688f6d26569f7f5e34e0 2,614 1.00/1.00 vMB 56
669,431 669,431 0000000000000000000600f8cc163f2a802d7e8cb0c40efc2b1416ed12959932 2,885 1.00/1.00 vMB 67
669,430 669,430 000000000000000000000f0cc684642d377c2c5f1729adff179787e5da4a2f07 2,551 1.00/1.00 vMB 105
669,429 669,429 000000000000000000050f2c0da20c85ccec00aa19c03a1533953615f06c892c 2,338 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.