Loading Tool

Explorer IconExplorer

Memory Pool

41,342 transactions
26.64 vMB
0.05476440 BTC
Random Selection Loading Transactions
Max Size: 139.62/200 MB

Candidate Block

Mining Attempt 5e5fe9570c94793ba4aadd15010517723aa5a7492d72f9e931c6b7663e7ec173
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root be72fd842a192652e73d62a26001465e3f42e3de562812b63a49cfd130d3146f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,754
Size: 1.00 vMB
Total Fees: 0.00562161 BTC
Feerates: 103.41 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (870,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
44,856 44,856 000000000ea5e9f7f3026194a8717be84ebb9351427f2447877261150d8eba7f 1 0.00/1.00 vMB 0
44,855 44,855 00000000094e298b0bc6d1581e2f712c93772e3ebc6abdf8b93861079b90d424 1 0.00/1.00 vMB 0
44,854 44,854 0000000034415b52dd0fe9d5c20173288c01cd99ca0a7f2eb30cc80225055dfd 1 0.00/1.00 vMB 0
44,853 44,853 0000000005753c820d6d07cbf6818c6ee483ca178e4fabc2b8a5a6ae454d2e1d 1 0.00/1.00 vMB 0
44,852 44,852 000000000e9b4ad519936231d4ba8690ecdd4e2d13ff1f47fc2a45fbbc1a0812 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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.52 GB
    • Received: 14.32 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.