Loading Tool

Explorer IconExplorer

Memory Pool

83,974 transactions
32.41 vMB
0.09304575 BTC
Random Selection Loading Transactions
Max Size: 196.60/200 MB

Candidate Block

Mining Attempt d2badbafd9ea2bf627d05e465ab2c6cfc8cc0b42b80ea2ac7bb7b4c6c6de088c
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 668fb43db079c45f06d0ab8777d710d80a1ea7a17b54d3e1e0cc97ebe52a75c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.02166551 BTC
Feerates: 150.92 > 2.17 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (477,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,866 437,866 00000000000000000289db043aa85c7dd875d94db44eb5466ed76843fb608b46 2,247 1.00/1.00 vMB 55
437,865 437,865 0000000000000000009f3a56b9baffdf1b87e54e9ff2c145c981b25df871ad29 1,920 1.00/1.00 vMB 70
437,864 437,864 0000000000000000002dfa271cc62ad02c576e3cdac2471e84bf1cf6cf4486c2 2,691 1.00/1.00 vMB 105
437,863 437,863 000000000000000000c0b5ecd1ade035b07e4f3073033772196acf2c1ce7a3ad 515 0.23/1.00 vMB 66
437,862 437,862 000000000000000001f11ef9bc6c050e465d9abe6b462313d7bb52232e4e819f 1,276 1.00/1.00 vMB 62
437,861 437,861 000000000000000000e6262d042cf4821e196165605e9a45e572b58052b98de6 333 0.17/1.00 vMB 57
437,860 437,860 0000000000000000038acbe70c61e2980bc5c9d1da1508e04492d0ab41e5cbf2 1,123 0.57/1.00 vMB 59
437,859 437,859 0000000000000000001a72f1b63435c3d540eb8cb78e3b91d6b8f38a8f2d65b1 1,686 0.75/1.00 vMB 73
437,858 437,858 00000000000000000303428f4a2f4130d9ab2ae902306a55f81577d8059bebc7 193 0.19/1.00 vMB 53
437,857 437,857 000000000000000002014da168f0c6ea32a5e7fe5e851fab253af6bc7ed7ab53 2,147 1.00/1.00 vMB 71
437,856 437,856 000000000000000000c233d90d130c57d6cf56ab11a446ae8f0de6743d01829e 953 0.95/1.00 vMB 22
437,855 437,855 0000000000000000044d2358955c1079fa41adc4c4f5f2846a054fa35d1ac3bd 1,939 1.00/1.00 vMB 46
437,854 437,854 000000000000000003df9fcdf89a8f9c9b528befe452fc1aa3da419e111ccf21 2,291 1.00/1.00 vMB 62
437,853 437,853 000000000000000002a1535d2430aa78b940e7d7445442cc632a1d45e20e7a80 1,847 0.99/1.00 vMB 59
437,852 437,852 000000000000000003a62e7d6a1c8425ba68ea6bcd96644d019a7265579e5d5d 2,255 1.00/1.00 vMB 96
437,851 437,851 000000000000000000e1287bd58e86ad5ec98f38bd60af09b8594c80df2eb13b 2,473 1.00/1.00 vMB 68
437,850 437,850 000000000000000000f8e77f8a0319d6939dcec4b78e36050378a01e9e6850ea 2,138 0.99/1.00 vMB 77
437,849 437,849 0000000000000000038d57aac94802734c7d3d3c361b8d381c11c8b84ec6375f 2,088 0.75/1.00 vMB 100
437,848 437,848 0000000000000000032ab2813a42d3be1a330c9f4695b561b2830400fb233ce2 1,174 1.00/1.00 vMB 31
437,847 437,847 000000000000000000317c1200fad270734e608279276e93e3cf9f5a8a1a8420 2,121 1.00/1.00 vMB 66
437,846 437,846 0000000000000000023e671fd19d38ff951b75bf4131c137129a2398b122b99b 886 0.34/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.