Loading Tool

Explorer IconExplorer

Memory Pool

38,315 transactions
26.40 vMB
0.06041225 BTC
Random Selection Loading Transactions
Max Size: 136.04/200 MB

Candidate Block

Mining Attempt e6e275c0c6a07e7817062d3d4834c74ddcb5541f9add94318d0df4e53dd81603
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 5392777b450aafbde5f01111aba24107e1fc81ef4ee64913d17c25b43f50faf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.01145645 BTC
Feerates: 201.06 > 1.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (79,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,820 834,820 000000000000000000032432d08a414a2b0e6884bd19092652559756fcf9a808 2,678 1.00/1.00 vMB 25
834,819 834,819 0000000000000000000293ed2e9f60a8055b1d79cf72d12faaf5a0ca06ec80bb 3,081 1.00/1.00 vMB 32
834,818 834,818 0000000000000000000259f9b1b4b5478203408a536b86acc1a1acb0e2629b0f 3,236 1.00/1.00 vMB 50
834,817 834,817 00000000000000000002dfd4dc0835526b531cba8ff29e49a29db5cab81db6c3 2,823 1.00/1.00 vMB 24
834,816 834,816 00000000000000000002b2f9dbab7c74181494c300d42c6e7b1c1f5530bcc45a 2,723 1.00/1.00 vMB 22
834,815 834,815 0000000000000000000352700870c5525135999fda4b439d2bde8c0c8a28c487 2,841 1.00/1.00 vMB 25
834,814 834,814 00000000000000000001660fda19c21f45d05db6d38839ec0053742b51f6c85b 2,923 1.00/1.00 vMB 28
834,813 834,813 000000000000000000031ac43dfef7b1702859f1f5de6aead801d1a19348e9da 3,060 1.00/1.00 vMB 42
834,812 834,812 000000000000000000031226f6db71f6709790a71efb32530a303163422f8ee8 2,464 1.00/1.00 vMB 29
834,811 834,811 0000000000000000000013762d65bc36dd94b2f595aea3fbabb626432928d15f 2,151 1.00/1.00 vMB 25
834,810 834,810 00000000000000000000f3e8f5c3bb95f2bab01ce1026a56a3ced4fa051511ef 2,855 1.00/1.00 vMB 39
834,809 834,809 00000000000000000002dcaa3853ac587d4cafdd0aa1fff45942ab5798f29afd 2,990 1.00/1.00 vMB 46
834,808 834,808 00000000000000000000582d30d1cd5ae1c37297b91215759992a082c0432c00 3,795 1.00/1.00 vMB 33
834,807 834,807 00000000000000000000c2a829cd727e41605d5b18434c4a62712ea40658df13 2,737 1.00/1.00 vMB 43
834,806 834,806 000000000000000000020520b34f4ff02a88069cb099cc4001a1f24b95754c51 3,054 1.00/1.00 vMB 43
834,805 834,805 00000000000000000001602f6b75a9a868bcc62ba5e3d79e34c392e867a34a09 2,564 1.00/1.00 vMB 65
834,804 834,804 0000000000000000000054f00eea5bb58ffcb26b2dafc18db8b255164fb0549a 3,018 1.00/1.00 vMB 34
834,803 834,803 000000000000000000000a9fea41e483b0357d007f0c399f3bd4ee70120bf9ae 2,038 1.00/1.00 vMB 23
834,802 834,802 00000000000000000001542dc32cf6023d7bf8cae7c251569a7b62fd4a923d37 2,385 1.00/1.00 vMB 29
834,801 834,801 00000000000000000001eeaa5b0c912aacd58990e07e0096ea9a722a935c6c7f 2,912 1.00/1.00 vMB 30
834,800 834,800 000000000000000000020e2e20c05cc93e06ae9b30c8372ef90c7597d2f63a12 2,487 1.00/1.00 vMB 23
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.92 GB
    • Received: 12.39 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.