Loading Tool

Explorer IconExplorer

Memory Pool

40,729 transactions
27.24 vMB
0.08221066 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt ddf1063a75d420458d6067e4f867c70f8e5735ec097900d63ed738d77bfd9714
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root b835586cba6161e4bb23e73edd1341a2f511e1e86fbb1b919457e132b18bb4f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.02638764 BTC
Feerates: 201.37 > 2.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (325,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,979 588,979 0000000000000000001b3fa1499c34c144600ab927ff382f7e20883e0c649011 2,692 1.00/1.00 vMB 41
588,978 588,978 00000000000000000013232bbe7c84238325e4c9d1d04c66ae5703f9c230dc1b 2,551 1.00/1.00 vMB 20
588,977 588,977 00000000000000000002b1bafabef0e1f5c2315411ce180c792cf599b38eaaa9 3,401 1.00/1.00 vMB 50
588,976 588,976 0000000000000000000bcb42504335b886b944c8c7409bc32df87a7453835f20 1,636 0.36/1.00 vMB 28
588,975 588,975 0000000000000000000b1c561db446a47c94642ea446fee22ed4ce8a14a20600 2,863 1.00/1.00 vMB 8
588,974 588,974 000000000000000000082a70289fadd46fc2602f5bc8ab88a740383cd4992e0c 1,708 1.00/1.00 vMB 19
588,973 588,973 0000000000000000000c3da51be91e43dfc21cede6f4941898a24fcf94429a6d 3,276 1.00/1.00 vMB 55
588,972 588,972 00000000000000000001b25c3b4f1191c72aec34d4d488ea63f71622efd5d9a5 2,902 1.00/1.00 vMB 50
588,971 588,971 00000000000000000006ad3cf518cb53105534071c635d77312c61110eadbf98 2,345 1.00/1.00 vMB 28
588,970 588,970 00000000000000000008b359f72dba27dc3943e0533d0e21fbda90049c79a64e 2,188 1.00/1.00 vMB 32
588,969 588,969 0000000000000000000e0ba30f8b9ec730c6398236f2d3266a1ea9451e51bd65 321 0.11/1.00 vMB 29
588,968 588,968 0000000000000000001914d89e5c551801b4f0a69aa83bb059fa7c795091ccf4 1,307 0.41/1.00 vMB 26
588,967 588,967 00000000000000000002b7a93cfb48fd1886c589670b39dd90ed930e2697d299 1,574 0.50/1.00 vMB 24
588,966 588,966 000000000000000000164c7c5c0e05ebd3a17d50ea10dca82723bfc4d59bc8fc 818 0.30/1.00 vMB 17
588,965 588,965 0000000000000000000a06b34960b7150f3ccfbf2cc0bc1ac18c483992ed9b29 2,721 1.00/1.00 vMB 24
588,964 588,964 00000000000000000000edf513302ff67e7e97d72768c64ae4c1168a2aa9d823 2,994 1.00/1.00 vMB 22
588,963 588,963 0000000000000000000d300e3510bade3a079bd5b1ccfb5d36900a376b4c9e09 2,593 1.00/1.00 vMB 21
588,962 588,962 000000000000000000041acfbd181f3600b109be0f54dfd11ad400c8d30b36d1 3,116 1.00/1.00 vMB 25
588,961 588,961 000000000000000000119e564f51e160044334e8bfb174390388e948bb18355f 2,326 1.00/1.00 vMB 10
588,960 588,960 0000000000000000000ebc2835642607df85e8d905a7e8ba59e77ad45e1d2d75 2,612 1.00/1.00 vMB 31
588,959 588,959 0000000000000000000d9c46a4336179f26b775c3f8f106cb3bdc9969a973a4e 2,827 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.83 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: 636.66 GB
    • Received: 12.38 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.