Loading Tool

Explorer IconExplorer

Memory Pool

82,102 transactions
30.21 vMB
0.11099611 BTC
Random Selection Loading Transactions
Max Size: 183.04/200 MB

Candidate Block

Mining Attempt e21f24851e99d4db5699e412ca3e2f4ed6a60a7ef4929cae0dc99059d9201aad
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ffac7eff90ceaf96cf6c06f4e121a95566223c8d857152093adddcfec78d5623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,109
Size: 1.00 vMB
Total Fees: 0.03651442 BTC
Feerates: 90.00 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (475,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,940 439,940 0000000000000000003e59002d011ff4870b3781453cb468d345f8e225200d35 2,065 1.00/1.00 vMB 65
439,939 439,939 00000000000000000338f73b41d78190def060099caf7fae1e3c1a584b214e53 2,763 1.00/1.00 vMB 73
439,938 439,938 0000000000000000027803a22bef541a652b0ce87536af07a7bc8b49b7bae736 2,246 1.00/1.00 vMB 89
439,937 439,937 0000000000000000022e16c9bef5c000a1ded466cde42da86663effe7f8cd4b0 9 0.00/1.00 vMB 916
439,936 439,936 000000000000000000dc657f31119959e1a813869fb258183861b34f3acf9a57 1,924 1.00/1.00 vMB 94
439,935 439,935 000000000000000001d69ad31070322019d30865d6c0694557aa4ee7b1df840a 1,387 1.00/1.00 vMB 85
439,934 439,934 000000000000000001a883dc5647c7d57efb4062d9ffc9a570f243bd0c50850e 662 1.00/1.00 vMB 64
439,933 439,933 0000000000000000037b07ffce0073b13425c4e92f4d6b7fdf642e8e5e9d4204 2,122 1.00/1.00 vMB 75
439,932 439,932 0000000000000000012a381ac2bb11d2ad1dcec2797c24f3b1e60e32ab806333 2,584 1.00/1.00 vMB 109
439,931 439,931 000000000000000003760bb7d36303eb99bd97122e1f051b694889035276f315 1,022 1.00/1.00 vMB 33
439,930 439,930 000000000000000001e1df625db37c47b7e242b8f9196bf1fb2c857eb8cc3575 1,520 1.00/1.00 vMB 56
439,929 439,929 00000000000000000303f3582f0ba000fab39afbc542ecedabd9d8d9b1348658 2,159 1.00/1.00 vMB 68
439,928 439,928 000000000000000002c9ed9aade491a3c6e5dc90c0aa30905adb8c9b7c3ae11d 1,860 1.00/1.00 vMB 50
439,927 439,927 000000000000000001856bd8cdd21df0bdaba520c34890793d921fddd28a4813 2,266 0.99/1.00 vMB 45
439,926 439,926 0000000000000000035f1ed27e64c4578fd42d6870b882ece7dd3d8347b640e3 2,834 1.00/1.00 vMB 83
439,925 439,925 000000000000000001e6e090914627d2e6c087368f9872fc819cda40a5db3e71 2,521 1.00/1.00 vMB 65
439,924 439,924 000000000000000001b9cf61a7306d89d4cfdd81d20912da449a9ab2c2b83c12 2,356 1.00/1.00 vMB 75
439,923 439,923 000000000000000000617856bd5baa8952ba18e16ba218aa07424d7d73f3ca41 881 0.39/1.00 vMB 78
439,922 439,922 000000000000000002a2383c34747f1172b2bb48f84cb4cc8c2c77726b62e189 276 0.14/1.00 vMB 85
439,921 439,921 000000000000000000fb31619ed6a44483c48bd5e72ccf5a924d6f52c8254b64 1,988 1.00/1.00 vMB 45
439,920 439,920 0000000000000000003cc8168c24b7e58536182e93000f7a211939161bc0bb4f 2,410 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.