Loading Tool

Explorer IconExplorer

Memory Pool

40,959 transactions
26.22 vMB
0.07227037 BTC
Random Selection Loading Transactions
Max Size: 136.47/200 MB

Candidate Block

Mining Attempt a7e35d2b553d86f030e09f8e4e9c5206a79130bfe113601e4e4eff2710b0b342
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 409ef2af2870e0f010f125a7a26de60f5e1023d4814465927890ce6c063cfc00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,954
Size: 1.00 vMB
Total Fees: 0.02438067 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (199,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,964 714,964 0000000000000000000045a14fd29936b66bcb75c1d840a93c4a173f46b525c4 3,580 1.00/1.00 vMB 6
714,963 714,963 00000000000000000009272e028171f23cc6a09e2187d2771ad2e9a3c311126f 2,295 1.00/1.00 vMB 6
714,962 714,962 00000000000000000003e0776887792f4800c0da9e02c033a54fcc93fb6fb062 3,283 1.00/1.00 vMB 22
714,961 714,961 00000000000000000008018de6a7eb7bb62680f03f2869035a233e2b5c625b92 3,160 1.00/1.00 vMB 6
714,960 714,960 00000000000000000005ba1ab41486222a73e8f86a1c47a0fc7bbe0b1fc31549 2,781 1.00/1.00 vMB 13
714,959 714,959 00000000000000000009d473fe5587f0420947c2d2d7b563c05b2df6f3b6f23a 2,605 1.00/1.00 vMB 20
714,958 714,958 000000000000000000083a59e67b8077c440c49ad1661e2b642b088892274362 2,840 1.00/1.00 vMB 8
714,957 714,957 0000000000000000000273f505c1d424203ffe2b9b1bcd68147a773412bca4ed 2,968 1.00/1.00 vMB 9
714,956 714,956 000000000000000000006c706252e789d0cb398aac8999a5da092fbd185fcbe8 1,646 1.00/1.00 vMB 11
714,955 714,955 000000000000000000085ff5cbffbba621c8903c4691bc0efb173ca30e164582 3,667 1.00/1.00 vMB 14
714,954 714,954 00000000000000000009bd53b5f39dbc735c8a5e4f38083861b8b6595053e05e 3,550 1.00/1.00 vMB 14
714,953 714,953 0000000000000000000500e3a42c582211d7d7006396fc43a59c4a7db2b478f8 3,397 1.00/1.00 vMB 24
714,952 714,952 0000000000000000000b70b3e91e418695b4e78e2bf8d53c3158b64a5cc22b66 2,735 1.00/1.00 vMB 15
714,951 714,951 00000000000000000003003caf84635a9c38afc187071ee73bf0a9d7c6fab6b3 2,909 1.00/1.00 vMB 18
714,950 714,950 00000000000000000001165f587250ed4ef9035987bec2c9eb99b0956d3ac08e 2,636 1.00/1.00 vMB 11
714,949 714,949 000000000000000000083508ed80ec0a470f6b5ed1a1e28a97d86f11c3b41f55 2,670 1.00/1.00 vMB 7
714,948 714,948 000000000000000000094e57882da637ddd24dda34d2ff43d37f1042d2d24b13 2,807 1.00/1.00 vMB 16
714,947 714,947 0000000000000000000344ba3233a0dd83da4a19b856e6b6a66ba93913c91e59 2,974 1.00/1.00 vMB 14
714,946 714,946 00000000000000000005b6093674ce8695931b719ed5c07b103ad7625cdaf72a 3,387 1.00/1.00 vMB 7
714,945 714,945 0000000000000000000608fa9ef40d565880707a5b85edd161a9ccbb4689ee71 2,988 1.00/1.00 vMB 23
714,944 714,944 00000000000000000006f644b7f172967608964cfa7070303262ab62e4e9d8cc 243 0.05/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.