Loading Tool

Explorer IconExplorer

Memory Pool

26,605 transactions
27.38 vMB
0.07095029 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt bb16998ca66fd2a24c07faa557c141a46007e72996d175ff34b91a349e7c418d
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 5bfaac9e2721b583f01c3140eba0e8522b085f5f7173f1a82a19dc58471fee39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01912658 BTC
Feerates: 301.57 > 1.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (849,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
64,836 64,836 000000000818e7d36106d2b23144d8a4c3e868564e7dc37db2556d19ac8af47f 1 0.00/1.00 vMB 0
64,835 64,835 000000000394c2305de5bf97ca5e0412d6f9dbc8aa2a1205f8b105f403c0345b 2 0.00/1.00 vMB 0
64,834 64,834 0000000009fb6f84976555f741af03b675c42b65dc73b3bf1b906f48eb4f12af 4 0.00/1.00 vMB 0
64,833 64,833 0000000008510f5075db89d64161ae862c0d23b70bae59dfdfcbdfff72d41780 1 0.00/1.00 vMB 0
64,832 64,832 0000000009e33a33daf34c1b5f431b0ddce52c038cd2a4a789c11499a927c6fe 2 0.00/1.00 vMB 0
64,831 64,831 000000000a469cc77aa6f25c0162bf1ec0ebda6eac9a8990c3b007d0af8166ae 1 0.00/1.00 vMB 0
64,830 64,830 000000000179944f4c34ba1b0bf6ab854dffbff188fbdb85b22e9086374c3467 1 0.00/1.00 vMB 0
64,829 64,829 0000000004fe8b49785f68fc1c469f5e1c02db3c7697ad19755f398aa9daeacf 1 0.00/1.00 vMB 0
64,828 64,828 00000000027ef97cdb9c1453061bcd023d7eb16a219d2d9d1a722c818afd5687 3 0.00/1.00 vMB 0
64,827 64,827 0000000006ef8833cc2730f980e9453a1a350d65d06b8323d98cb6430a217558 1 0.00/1.00 vMB 0
64,826 64,826 00000000036a4fe5660aaf2de8b5de9ace767948ae2ded97dcf59c4d2fb88016 1 0.00/1.00 vMB 0
64,825 64,825 00000000044cca1c99e4e3ddd4667cda88294c4ca775a6df07325ed64b55298a 1 0.00/1.00 vMB 0
64,824 64,824 00000000086e44dd7f8f98ffed8149584b7da251bf7a990709aca3ee2ddca11e 1 0.00/1.00 vMB 0
64,823 64,823 0000000000698f45be30416c0d61f68504013a4f93ef96b896626aeaac4e3c85 1 0.00/1.00 vMB 0
64,822 64,822 00000000014d633bf4e749ac01d59d71fe7b8c7bcada8f7ddb25b8b3ff992262 6 0.00/1.00 vMB 0
64,821 64,821 00000000013f52055b4e70e79faf58bbf83f007fd6f3e1229c5564b18da56e6c 2 0.00/1.00 vMB 0
64,820 64,820 0000000005f49934ca270ec651f8905df150a64771768cee84ab5559e280ceb2 2 0.00/1.00 vMB 0
64,819 64,819 000000000662a6bcbebb262c449ea2ac4b03038818bddcfc7506c97ee4055ce2 1 0.00/1.00 vMB 0
64,818 64,818 000000000636285216ace02625f2494eab03a731c452d2075c4722ea266afcdb 1 0.00/1.00 vMB 0
64,817 64,817 00000000048222235b41facba106e0b4687d506c3fb3f12193386a2063928613 1 0.00/1.00 vMB 0
64,816 64,816 00000000070fb5416e79b795cb7f7a14fd225a5445661f07cd577d063fdb52ae 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 610.92 GB
    • Received: 10.77 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.