Loading Tool

Explorer IconExplorer

Memory Pool

45,613 transactions
27.93 vMB
0.09168418 BTC
Random Selection Loading Transactions
Max Size: 146.73/200 MB

Candidate Block

Mining Attempt 51569457643a712bd6103b595efda9404d6af2c395c89eb7a6fa52412f23f80f
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (870,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,877 44,877 00000000165c4b12596595abc52fffd8fe1690476cf7dc226a12056707d902ed 1 0.00/1.00 vMB 0
44,876 44,876 000000000f30b733425301f339508e9d43b6bab71fead03dfdf16a2c11140c7b 1 0.00/1.00 vMB 0
44,875 44,875 0000000026728fb6ad343ff5f819b5de5579df19131b76d30318bfd7148a1edb 1 0.00/1.00 vMB 0
44,874 44,874 000000002ea78f2b71156261498a55e219e8495d69bd3aae62d812a0c29d2490 1 0.00/1.00 vMB 0
44,873 44,873 000000001d9379151a2fa32b8c6b069e97399dd9873753f34daa8416045e71cc 1 0.00/1.00 vMB 0
44,872 44,872 0000000009c7f7d82ed2e72691d462feb3905be6319efdada9fd3e6684070c23 1 0.00/1.00 vMB 0
44,871 44,871 00000000305c91447a1eae02191e7b5cbad9c1642fff725567f276e0fe3900dd 1 0.00/1.00 vMB 0
44,870 44,870 0000000003153fdc20b7ba9da4ea2bef7b1e071a79972d83bf16fb09f595a6ca 1 0.00/1.00 vMB 0
44,869 44,869 000000001a805eff766788eb870b5744f95ff5f28d49467972eaf5025f3b4797 1 0.00/1.00 vMB 0
44,868 44,868 00000000331cbd04ee4344a403fe6b635877d46f4164be7390f19aa6bfe9f622 1 0.00/1.00 vMB 0
44,867 44,867 000000000f19bf21c8355912bf66b2c35d9a6d8c5c6ec59875426bafcdcc6ba7 1 0.00/1.00 vMB 0
44,866 44,866 0000000002aab39a09c4efc2deb8dde775c1b6da28768e4d5fc026af38814321 1 0.00/1.00 vMB 0
44,865 44,865 0000000032bd7e9f7a63086e8b3d9ad77ba754641a0235f30d69185563a805e1 1 0.00/1.00 vMB 0
44,864 44,864 00000000015024754a3459b352e0b3b05b52afe8231cd0014f8046af698322e8 1 0.00/1.00 vMB 0
44,863 44,863 0000000014121f6de07d7dbe4194c861ce1edc3642f98ab8d2b5e10e9134a100 1 0.00/1.00 vMB 0
44,862 44,862 000000002a2e4391df67fbd5015911c4183e15e6b5101b8b0381f3c5c6120d89 1 0.00/1.00 vMB 0
44,861 44,861 0000000019a72c5f8d351bec530364a20eb95fc9b89f1981ab51f268df1d3990 1 0.00/1.00 vMB 0
44,860 44,860 000000001d3a40164d75ad828fb604cae999e2b5d499a485fc90102df42bc20c 1 0.00/1.00 vMB 0
44,859 44,859 0000000032e6fbc19e660e47c259578abef982e91796d7f2714ec84ad36ec6e7 1 0.00/1.00 vMB 0
44,858 44,858 000000002904bb0453c8637116d3d633abcfec233b4d5a98ada193ddf637df4e 1 0.00/1.00 vMB 0
44,857 44,857 0000000011bf58c7372da945f9aaa2cd784324276eabaa1c8dd5d856e5aad839 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.23 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.05 GB
    • Received: 14.24 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.