Loading Tool

Explorer IconExplorer

Memory Pool

84,472 transactions
31.35 vMB
0.08886125 BTC
Random Selection Loading Transactions
Max Size: 192.23/200 MB

Candidate Block

Mining Attempt eb9565a08033222bf27e2aad2f9d01c89a48697e9acbbca7c4dd7502674861ca
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 1654b76a378ca0af77e5e806e7ffcca4fbcd891d7bea746a5f42271bfa703f76
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,865
Size: 1.00 vMB
Total Fees: 0.01302144 BTC
Feerates: 22.07 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (386,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,871 528,871 00000000000000000035ba586341094d17b86f266cf76f801e3bf43b8e1026c5 177 0.07/1.00 vMB 40
528,870 528,870 00000000000000000011176f42a29d6620971c03c58990bf3ad8de35d4c3b211 101 0.04/1.00 vMB 55
528,869 528,869 00000000000000000024a971292d785dd8d067b62e2f1b477511992110e7b437 378 0.12/1.00 vMB 38
528,868 528,868 0000000000000000000d87c92c911370c669b406878ab4faff368086dc6b1ac9 1,046 0.39/1.00 vMB 43
528,867 528,867 000000000000000000212e7b1df18e98a54735e3aba75eed453a3b41a48fac0c 2,813 0.98/1.00 vMB 44
528,866 528,866 00000000000000000016ee575e7c29673134b8eea4e74ac427be110c5b7d1389 2,779 1.00/1.00 vMB 34
528,865 528,865 00000000000000000013c2d4f48eb4695e70b86c81b4e89310a601a283b33cfc 2,772 1.00/1.00 vMB 43
528,864 528,864 0000000000000000001885bf0fb485d9cdb547201e7199fe75a4c5afb2d22819 314 0.12/1.00 vMB 43
528,863 528,863 000000000000000000193c50498e94672b71e44b68bf04e52af370d20879e52d 1,920 0.74/1.00 vMB 36
528,862 528,862 0000000000000000002f0826bf164cc01743e90b7c74f161f4f2378c69e1d128 1,866 0.82/1.00 vMB 39
528,861 528,861 000000000000000000009b06a4e8152ddcbe45238b1a4ac958ba84b21b49c331 1,048 0.46/1.00 vMB 17
528,860 528,860 00000000000000000006c02e5590ce9006d3fb999c595d437077dd49e0157c65 2,959 1.00/1.00 vMB 50
528,859 528,859 00000000000000000020df456ac5e84b9a3790e4f9d79db97c9b6d0519f5fa9a 1,593 0.66/1.00 vMB 42
528,858 528,858 0000000000000000003729cd5fcc449a7a956db6b92268b5c057ade21bb215e3 49 0.01/1.00 vMB 41
528,857 528,857 00000000000000000031ce5b39d5941c53f4e8d7fe614e698dcb97bc80989407 2,040 0.80/1.00 vMB 49
528,856 528,856 00000000000000000033f11b58753b93458e3eed1d2422e572c6d837985a537d 378 0.20/1.00 vMB 1
528,855 528,855 0000000000000000002ec637d03c4b1609fc34ee79da9e80ccc00a1ed5c4e8d9 1,985 1.00/1.00 vMB 28
528,854 528,854 000000000000000000120acd07ce7d8e7325b4c978b49150a07cb5575c67bb89 2,277 1.00/1.00 vMB 20
528,853 528,853 0000000000000000001989c8b11558b9f5cac6ebf904ed985d5b82d62e8ad74c 3,013 1.00/1.00 vMB 55
528,852 528,852 00000000000000000018a2944b5ed4da15b594fdd8a21edccde54679aa9b4616 2,981 1.00/1.00 vMB 45
528,851 528,851 0000000000000000000fcfaccbe6b31144ac52e601df9daf6381a8669dc7ab43 2,183 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.