Loading Tool

Explorer IconExplorer

Memory Pool

25,771 transactions
5.72 vMB
0.03285574 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.31/200 MB

Candidate Block

Mining Attempt aa8c09db115b1c58271412ef5b838fae2732b1ff4ff4bf2dcc6970a8e9a5ae1c
Version 20000000
Previous Block 00000000000000000000d6911f3e7e720632b81aa560a11c7b3ef3cb105bfefe
Merkle Root f052ac08a8dccbb87a4dd475bcf9cb0b2c8ba90821788c1df59b0fe1e708fe0d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,164
Size: 0.76 vMB
Total Fees: 0.01977066 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,139 (627,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,597 285,597 0000000000000000e4c661f8a0d208bfef8da1b9f12e7664934409cf37bebe58 0.20 MB 156 17
285,596 285,596 00000000000000008a04bf46d08e1ef0a93f29a24ed74dbfdae287e299363166 0.25 MB 606 43
285,595 285,595 00000000000000002061fb8cfed1422c32587636a87634c47606be9ecb0ce57d 0.25 MB 608 43
285,594 285,594 00000000000000007e5db16cd79f0c508fce97088b0941a1fc10e4ba331a7955 0.35 MB 207 26
285,593 285,593 0000000000000000a41eed877bddb540263130ddd605b3973bcd00fab0bbeabf 0.50 MB 491 22
285,592 285,592 0000000000000000765426c8d905d5ecf27827587f5dc02c3088e18236770465 0.35 MB 1,031 40
285,591 285,591 00000000000000003c6623e2c9675b15d9feb6fd700da45d046a512843fdd7fe 0.06 MB 141 95
285,590 285,590 00000000000000001774180ef20b1a621340c3d9b131dd3fad3e8c327c7ec903 0.06 MB 119 220
285,589 285,589 0000000000000000b35365b0c8b064da43040696fb656197aff918e23e050646 0.35 MB 620 30
285,588 285,588 00000000000000018956a3f54be25b2a9c2744c4265b118fa6c92b53f0aae76d 0.17 MB 130 14
285,587 285,587 00000000000000002efd0c54ee2ce8055d3b37bf6b2d3e7910da4780c62572fa 0.35 MB 533 33
285,586 285,586 0000000000000000e3debd3a8f056f6a93575cf7605a7af6ff5f01e5f4d1762b 0.35 MB 534 38
285,585 285,585 00000000000000013f219687527fdf0e5aade4df343a8a293cbb8ba9a638acd5 0.01 MB 17 54
285,584 285,584 0000000000000000bc08afa6d73c18105066dca1186ce2a2597860ea414c56e3 0.26 MB 373 27
285,583 285,583 00000000000000003f8bf008d40fb32536f7f0bd416fba9551598868c3b7cb16 0.02 MB 49 45
285,582 285,582 00000000000000006abb8cb3e3b3a1ee30b623db4ac203cd6e8eef4849362bb1 0.01 MB 16 35
285,581 285,581 000000000000000088836ae2db115c621b73e019dddd012ebce457ece373f75c 0.12 MB 122 22
285,580 285,580 000000000000000147871fa92a29bd9e650366bc7ca18d460830a8549282f7c5 0.30 MB 401 21
285,579 285,579 000000000000000001f92489973ee9c4fa0ec32ba236c170ad0d468b77492c5c 0.16 MB 512 64
285,578 285,578 00000000000000018102f55590fee6656c65adb69fc965ddcc3176b2858b753f 0.02 MB 26 23
285,577 285,577 00000000000000014bca9413d00b8a6f949b0f12bee7a24e48cbe32dab8608f3 0.04 MB 25 15
Previous 10 blocks ↓
Total Size: 779.09 GB

Node Details:

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