Loading Tool

Explorer IconExplorer

Memory Pool

40,923 transactions
26.23 vMB
0.05499612 BTC
Random Selection Loading Transactions
Max Size: 137.24/200 MB

Candidate Block

Mining Attempt aa45977dab1148cd36a351b00205bdfb3f21e35ece02209c7dc52ddc95ec66cb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root a40e39239bb5c9a9b5eedbfa1c6ccf4188c5ed09a727141b201f9fb4879c90b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,418
Size: 1.00 vMB
Total Fees: 0.00707491 BTC
Feerates: 100.00 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (562,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,715 352,715 00000000000000000d9dc112d7bbf8766fb9e42f73c1b9da7de2b591fb7d1c0c 858 0.57/1.00 vMB 25
352,714 352,714 000000000000000005f3271ff32c768515a40d4a583d59ca8d852615e02a0018 1,150 0.60/1.00 vMB 27
352,713 352,713 000000000000000005527f4c3737a21bc5045d7381695bb3e5ce04c19741081d 584 0.42/1.00 vMB 16
352,712 352,712 000000000000000003e67adf92757ca41339fe239864c1cbf23bcfad8e33c294 1,677 0.75/1.00 vMB 31
352,711 352,711 000000000000000013f38d819b0962a34caf3a349f4196a49150fb5be757dba5 181 0.10/1.00 vMB 21
352,710 352,710 0000000000000000071963ebed2dd2da8d40f71e3a9355b2e1eb09fbf41feac7 800 0.40/1.00 vMB 28
352,709 352,709 00000000000000000c024e77f2b0fe01a0a34f49d77f65b592c690f1c05c8dbd 583 0.30/1.00 vMB 26
352,708 352,708 00000000000000000456824140413b9a58731ccc84bc5a92d98345e6a7edc222 351 0.25/1.00 vMB 20
352,707 352,707 000000000000000002a2aa589902fe7b318de8dd0da871e3fdcf1fc4500017a0 1,032 0.53/1.00 vMB 27
352,706 352,706 000000000000000009ca35b28fc0d41eaff1413b252490b1cfc2bb060dbe45cf 807 0.42/1.00 vMB 26
352,705 352,705 000000000000000002a770cfb90c69782f8368a7f9eb90e089d0bb48e75a67b2 1,363 0.67/1.00 vMB 28
352,704 352,704 0000000000000000116678c405669784c941ca7aacefcd0baec957ff43ac6eaa 177 0.11/1.00 vMB 19
352,703 352,703 0000000000000000113c515f26a89fd1a0ba8d1e9d38449e8a35b374030764a9 450 0.29/1.00 vMB 17
352,702 352,702 00000000000000001533daf1ec8166e8e70273d17d4b3318ba81a3a928ab3b79 338 0.22/1.00 vMB 20
352,701 352,701 0000000000000000000b0f82373b32adac1c13dd5242e52ef1111b58a57b1d19 382 0.16/1.00 vMB 29
352,700 352,700 0000000000000000035503ef31a34f821ee80474e5b9836a580fc1fafa6faa75 744 0.41/1.00 vMB 25
352,699 352,699 00000000000000000bf5f71b98851b1868dee88c69fbd5dc279d8f9a37dfb01a 650 0.29/1.00 vMB 24
352,698 352,698 00000000000000000d6250d942d59f7ed76e8587c838f4b85bbb271b8a03604d 851 0.46/1.00 vMB 25
352,697 352,697 00000000000000000b82b3e0cb7b688ff63ec6cd53a9819bb8f8dceabebbbdc2 772 0.35/1.00 vMB 29
352,696 352,696 0000000000000000035c34444eaba844e4f1ef5cbca76c0ded3c9cc8f63887d9 301 0.17/1.00 vMB 20
352,695 352,695 000000000000000001251bea7570effa7d5f92fe9ef1aeb593f49536f17e5816 1,486 0.75/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.