Loading Tool

Explorer IconExplorer

Memory Pool

37,136 transactions
25.94 vMB
0.07608976 BTC
Random Selection Loading Transactions
Max Size: 133.52/200 MB

Candidate Block

Mining Attempt 0e2244a206040d3e8094dbfccd550fb54ee0de8a0a4cf9a8f559ac033dfc0fe2
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root e1913ed5881b3d57ee7b31d58734257f94a95cf44c1d49ae4b70032a39e5d133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.02884285 BTC
Feerates: 502.65 > 2.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (388,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,861 526,861 00000000000000000034da9f83a5b591f6bfc53e6eeee223e6d033c4a50a5c33 2,197 1.00/1.00 vMB 22
526,860 526,860 0000000000000000002da73b519f7a8c8f92b58fec3ce6eca0233d7a3f2a9209 3,095 1.00/1.00 vMB 11
526,859 526,859 000000000000000000072e5b016e1c1a8321c5e35616c0d9770c183ea633c1cb 2,444 1.00/1.00 vMB 17
526,858 526,858 00000000000000000007422e5f321229d5647b1d7f891d97a74763cb7322f06a 1,732 1.00/1.00 vMB 29
526,857 526,857 0000000000000000002bfd8ed2d18a44b9228d14c81724332880ccbe0a80adc8 854 1.00/1.00 vMB 33
526,856 526,856 0000000000000000002fd7b864aaa220d6756b44c4e770682a480908435aa0ca 764 1.00/1.00 vMB 55
526,855 526,855 00000000000000000023ee3b6b2c17b973bf235d8d24397d3996ce69efd12ac8 1,915 1.00/1.00 vMB 14
526,854 526,854 0000000000000000002fcf07d7f9a6de0c53ce2b1e88041f00894580bba67641 192 0.09/1.00 vMB 52
526,853 526,853 00000000000000000013e777410bfacaef42b18836e5dce8298b9985866dd031 1,753 0.63/1.00 vMB 6
526,852 526,852 0000000000000000000ad6dd4d00a462ad0d16366f15e70ef0bd826f79162f97 2,235 1.00/1.00 vMB 30
526,851 526,851 0000000000000000000f6569162a28a9946d142715b994866f44fcf05df0d622 547 0.20/1.00 vMB 26
526,850 526,850 000000000000000000127192a35c9af01ff70985c8e0784723367080c8fcf2b9 1,789 0.77/1.00 vMB 10
526,849 526,849 00000000000000000036b9bd10801b0157ec40f88cbbb6682b83b73c620743e3 2,307 1.00/1.00 vMB 21
526,848 526,848 00000000000000000022dac55aee5fba527edd622608425e40c4a8c2dc2d0baa 2,638 1.00/1.00 vMB 21
526,847 526,847 0000000000000000002a38df7fe478d3229891acad1f3b45fee54757347bfccb 44 0.02/1.00 vMB 12
526,846 526,846 00000000000000000006164c5b7d4a78f5897b882e63e4fe4d62fa460f241fa8 372 0.11/1.00 vMB 20
526,845 526,845 0000000000000000002dc378f286f470a5ea7204379d2214e640ca331693745a 947 0.47/1.00 vMB 25
526,844 526,844 00000000000000000007af4f0a373ce6430ec70021c1b27ca8018ac362e2e504 634 0.23/1.00 vMB 17
526,843 526,843 0000000000000000001a476e8ab9b996c2870ad568e91fcc8f4e59bfddd4e6b3 508 0.17/1.00 vMB 18
526,842 526,842 000000000000000000244ae25f2b0cb049cb7a408ed672e5345afc781e1bba4f 402 0.18/1.00 vMB 5
526,841 526,841 00000000000000000003988d911f370b4c7c79a1d7de9adf0e7a6e04aafa4623 2,274 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.