Loading Tool

Explorer IconExplorer

Memory Pool

79,014 transactions
30.16 vMB
0.11925165 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 0a2622c5d1964dbe3a897625c4c187e09250ba4dfab3cbb6d19b7147b1829315
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (474,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,531 440,531 000000000000000002e304d6057d596505e8196e442dfbe363a5b3639b89a052 3,302 1.00/1.00 vMB 78
440,530 440,530 00000000000000000319f0ae57f160c0f10b6bf609d9c215f1314d08396776d9 2,415 1.00/1.00 vMB 76
440,529 440,529 0000000000000000032290d25769b7cbfbb8782e220227df8a321448ab3e66a8 2,522 1.00/1.00 vMB 87
440,528 440,528 0000000000000000012cc4d79bf8f56877e8035a6dea575374ef2b8651b63126 2,885 1.00/1.00 vMB 72
440,527 440,527 00000000000000000097f2b57a4514537efdbc9ead93e9dd220389bb80e248f3 2,563 1.00/1.00 vMB 126
440,526 440,526 000000000000000001e758a35edc7a3ab281edf5ffbafe91a7fcbe64d1cad697 3,141 1.00/1.00 vMB 93
440,525 440,525 000000000000000001bc8317af4ffd6f8240f295a348472fbeca64d7aa273ccd 2,305 1.00/1.00 vMB 147
440,524 440,524 000000000000000002dc0206f0255109c5a6c8f9375ce616ca0f0937d8f976f5 2,760 1.00/1.00 vMB 113
440,523 440,523 0000000000000000034c927bc7dfbc858322a2d23189216efe731c8e137294b1 2,402 1.00/1.00 vMB 84
440,522 440,522 00000000000000000148774bb28b7e9ae1a674874f10211709ddd17e007d4160 2,473 1.00/1.00 vMB 74
440,521 440,521 0000000000000000007893cec57c9c03463b1cafa93759d44986d7ab6abeb880 1,907 0.75/1.00 vMB 91
440,520 440,520 000000000000000000d531cb3c4503b969c3df62919248e0a433346789514314 2,359 1.00/1.00 vMB 101
440,519 440,519 0000000000000000022bc196ac3d42011aa5749e83a941b249f77d5e9837743f 2,286 1.00/1.00 vMB 91
440,518 440,518 000000000000000002762e359ef3c9b62dbcf23cdc567ddd2575581e5c581da2 1,714 1.00/1.00 vMB 111
440,517 440,517 000000000000000000fbb559a9149c5522fe9ce7f7e582c8d6e6a165eec37591 1,925 1.00/1.00 vMB 149
440,516 440,516 000000000000000000f3ea98176cb916af01b5a2aa2511d1cf48dccde8c6f4f1 1,811 1.00/1.00 vMB 48
440,515 440,515 0000000000000000031e9b05c0e84f4c300bf8cea88e15823bab27c8c1258c98 2,413 1.00/1.00 vMB 74
440,514 440,514 000000000000000000e3f64e8bb448a346de6b117600ff65113a62ee12b87726 1,931 0.74/1.00 vMB 81
440,513 440,513 0000000000000000004e96cd475a2fc57d7e3122f29cf07b07a14f6937d7b8c1 2,332 1.00/1.00 vMB 91
440,512 440,512 0000000000000000012cffd7471a80ee3d0d66f1016ac4b5cf034865ff6c16f2 2,027 1.00/1.00 vMB 46
440,511 440,511 0000000000000000028a161423778f2a9ff026322dca4c2f88f8037380a48af6 2,275 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.