Loading Tool

Explorer IconExplorer

Memory Pool

44,168 transactions
26.56 vMB
0.06140684 BTC
Random Selection Loading Transactions
Max Size: 139.89/200 MB

Candidate Block

Mining Attempt e8a298c4098db9d3638d4dfb3a1853b2a10671da3c6556acec6a2e85a765c79d
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root c80bcd7a351712e417480c5958d93d2f61a6d60f2e26b71ca869475eda5505ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01257098 BTC
Feerates: 150.52 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (203,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,884 710,884 0000000000000000000ae14d588c0266a2808107179f4965aba64db82c2cfeb6 3,057 1.00/1.00 vMB 7
710,883 710,883 0000000000000000000718b230602ebd270f9f30d5c84d0fe1dbb8f7d1935021 2,960 1.00/1.00 vMB 20
710,882 710,882 00000000000000000003698112c33713c13c3f2de722754b22ef26e0b808bece 2,304 1.00/1.00 vMB 5
710,881 710,881 0000000000000000000437beeb8fe6747d0ee09fd9697f2b3f325c874ce643be 2,820 1.00/1.00 vMB 5
710,880 710,880 00000000000000000002bea7b49cf26c9b5e86986fbb66e69b042c128236705d 2,653 1.00/1.00 vMB 17
710,879 710,879 0000000000000000000150c30a579180b077c5f1ba752e00eeb9a6a6113ba455 2,835 1.00/1.00 vMB 11
710,878 710,878 00000000000000000003a8d4198bdff8bbfae8b363a15e96225a07f6db682a69 2,572 1.00/1.00 vMB 10
710,877 710,877 00000000000000000002330e2a37603092c1a1e3152a2582526fe9cbd6ea2fee 3,813 1.00/1.00 vMB 6
710,876 710,876 0000000000000000000b80bb4e06a81610f0b2bb96f1659a71607be6a841f3cb 3,144 1.00/1.00 vMB 4
710,875 710,875 000000000000000000001fac64e6651c18126533b217b7da26603666acbf8a4a 2,852 1.00/1.00 vMB 13
710,874 710,874 000000000000000000071b8b1d052ef91e14af7edfe1f8540f63d1e058059607 3,199 1.00/1.00 vMB 17
710,873 710,873 00000000000000000007ca56ed618d52cc695cd9c08bd0268f010274bd5eaad1 3,333 1.00/1.00 vMB 20
710,872 710,872 00000000000000000004dc9cfd36e805ab831320d807f7b0f2c191849cb5eb2b 1 0.00/1.00 vMB 0
710,871 710,871 0000000000000000000451109149b22d6716fd1c9200c08ee295b0c6b6d82d28 3,132 1.00/1.00 vMB 12
710,870 710,870 0000000000000000000ac8d052f4ba75fe80af3f2fb7e0948827d6b5adabdbfb 2,535 1.00/1.00 vMB 9
710,869 710,869 0000000000000000000767a4e02c9fbeab2deca8e4b0fffb6d0b863a9ec4a292 3,390 1.00/1.00 vMB 11
710,868 710,868 0000000000000000000a462c4cc33d65d7b6be24231a4c268565da800f171f4d 3,078 1.00/1.00 vMB 6
710,867 710,867 00000000000000000003851bc4fa93d9d3f7bc2bb259ce41e2d32a2126faa664 3,484 1.00/1.00 vMB 9
710,866 710,866 000000000000000000011c2f81d592c5b6bd2f82a7763c5cde91857f8585c1b0 2,847 1.00/1.00 vMB 22
710,865 710,865 000000000000000000062326f48ab47ec45730583c21b3e1ef8d124ae5283dac 2,790 1.00/1.00 vMB 31
710,864 710,864 000000000000000000051962b1a61becdd19a4fb8c0116d0fc5858fbeea7f501 1,826 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.89 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.