Loading Tool

Explorer IconExplorer

Memory Pool

84,754 transactions
31.64 vMB
0.10897999 BTC
Random Selection Loading Transactions
Max Size: 193.94/200 MB

Candidate Block

Mining Attempt 3472dee8b93d9801dc2041c3c388044ee423ffc384dcf2ebc7105be8967b20b5
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root c758e2e3c1011d0548e8edf1e900314a6ca0fe93c3bf4c0b55f04e258b6a3932
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.03512430 BTC
Feerates: 301.57 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (61,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,529 853,529 000000000000000000001bc5e9d25bdf599409e8d696b47cb637f669a1a363a7 3,495 1.00/1.00 vMB 11
853,528 853,528 0000000000000000000055df071e3c5a728065bdf6ce399434e2ffee57645981 6,931 1.00/1.00 vMB 3
853,527 853,527 0000000000000000000333092ebd0d313ce242a5e3920c1628c91567d5b2f662 6,311 1.00/1.00 vMB 5
853,526 853,526 00000000000000000002e5368466318fac1e648a0fd5af67860a77f63aa43f16 2,493 1.00/1.00 vMB 4
853,525 853,525 00000000000000000003622c237c3679085fca77d5230d0d4c700264221c2d21 5,356 1.00/1.00 vMB 5
853,524 853,524 00000000000000000001bf9d4134515853aa169b16c32b94cd6cb8c16ecf7ead 4,264 1.00/1.00 vMB 10
853,523 853,523 000000000000000000032524b6f80a77d9b4fd6a9fffca423081034b8e9682a7 5,104 1.00/1.00 vMB 8
853,522 853,522 00000000000000000000caf1f05c7cd097e0364b1d346d8e1f7f780fa7d297d3 6,282 1.00/1.00 vMB 6
853,521 853,521 000000000000000000007b2937d1eb576fe55fb1df7259a2327ffad9a0ab36cb 4,001 1.00/1.00 vMB 8
853,520 853,520 000000000000000000036ce38138c76830ccdc0e048325878c6b5ceb31e63df7 5,194 1.00/1.00 vMB 10
853,519 853,519 0000000000000000000060fa7d59da641fca9def44af53a795420840e5ef7b29 6,794 1.00/1.00 vMB 6
853,518 853,518 00000000000000000000d8e4feb317ef5a81064a0286869b6d543ce3ad4560b2 4,844 1.00/1.00 vMB 10
853,517 853,517 00000000000000000001cb2268aa4663c0f04e72de4ea31048cf1c40a3f55857 6,590 1.00/1.00 vMB 4
853,516 853,516 00000000000000000000d1cf9241c3a9ef84b0883f2f7f7df6aa5cb0330762c9 6,449 1.00/1.00 vMB 5
853,515 853,515 000000000000000000005e0c09a79274b61b140f328f91344c699d3e354b9c1c 6,408 1.00/1.00 vMB 6
853,514 853,514 000000000000000000021aa2d4afe62aefc8293afd6a4a1e56040a2a273e2da9 6,652 1.00/1.00 vMB 4
853,513 853,513 00000000000000000000577f5276e8d47e3eb7d8248bcc8119dd7977f9e083e8 7,172 1.00/1.00 vMB 5
853,512 853,512 00000000000000000002fcf61659a2a9683470f72b0657b4fb39d0f247c13ce8 7,069 1.00/1.00 vMB 4
853,511 853,511 00000000000000000002390ea9c48e26a7f40331fba6c9a0c4769329d5e2a261 7,647 1.00/1.00 vMB 3
853,510 853,510 00000000000000000000bb43337c573a195d7645b9c5adcaea50a2141f1b4fe7 6,011 1.00/1.00 vMB 4
853,509 853,509 00000000000000000002bb177935da7f154a28a0fc2d17d46b943427af3f610f 6,336 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.