Loading Tool

Explorer IconExplorer

Memory Pool

80,859 transactions
29.74 vMB
0.10585089 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 0f4667c2d103e5b3d39a47bcaf6eb1b8a8bcc37ae1afb2c8089f144280958848
Version 20000000
Previous Block 0000000000000000000051855ba8ec7713cd9430b51c56e6ec0cadaf774409ec
Merkle Root 7de0251feb1ade1e9445ed07f44f4a9e5f25d0721be4af13c00728dfd3854b11
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,051
Size: 1.00 vMB
Total Fees: 0.03401031 BTC
Feerates: 302.06 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,597 (813,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,956 101,956 00000000000200dadb64f44fd27ccf46cc6bd2590e8502c09b44c2892a260faa 10 0.00/1.00 vMB 0
101,955 101,955 0000000000034b6bd5a2c7331f9a8b1af0c475d3249e13955480f8d46c5aeeb3 5 0.00/1.00 vMB 0
101,954 101,954 000000000000c6997db398b80b62a50a085f477054e07c9d403a224a56d8d74c 11 0.00/1.00 vMB 0
101,953 101,953 00000000000222517c36f8956ad51fdd9d2e1a857b377b0cfebe1ebeac501b00 14 0.00/1.00 vMB 0
101,952 101,952 000000000000ff05d2b00a4fd85854b7a241e6e4f6fd5f494e32889a1fff7732 4 0.00/1.00 vMB 0
101,951 101,951 0000000000029590c725c50f86769ed99337cfee0eb3797a741ab460bb391468 11 0.00/1.00 vMB 0
101,950 101,950 0000000000002bc4bff67bdbe365bd2db62d9681e43600825af46e3f8460b67f 4 0.00/1.00 vMB 0
101,949 101,949 000000000003e7f0f4dad47bfe4b6982f0d6c005fa8583178b335fae1ec9cdfc 18 0.00/1.00 vMB 0
101,948 101,948 0000000000019da05ba47489cc70ccaac50989ffdd0cb6453bb593d8d9c5487d 1 0.00/1.00 vMB 0
101,947 101,947 0000000000027ea8cb411053ecd402ff422603cf49a1557bd9343291980419cc 4 0.00/1.00 vMB 0
101,946 101,946 000000000002a7d305eee618253d07d93ba136dbf959629328d32a9fbf38f023 1 0.00/1.00 vMB 0
101,945 101,945 000000000000cc816a738517c3290a73bcf641ab1fe3fea1bc6e269dadfb6bab 4 0.00/1.00 vMB 0
101,944 101,944 0000000000001dc2e02d09ae4a0a6a6fabc5f8392817e3e13fea157052936d2a 88 0.02/1.00 vMB 49
101,943 101,943 0000000000013d37f60ac925c8daba6ed692df387fb87dacea4e508fead83078 13 0.00/1.00 vMB 0
101,942 101,942 00000000000110cc838a294739d042b98caac132b2102f46fc80afdf4f41f7eb 11 0.00/1.00 vMB 0
101,941 101,941 000000000000dd217ac39d9a3fda8adbfe56f7572beae81fa43731d6357ada8e 13 0.00/1.00 vMB 0
101,940 101,940 000000000001afe6ed78273d471f367e806bcbe18dd4cc69e95bb76f2bce3cfc 13 0.00/1.00 vMB 0
101,939 101,939 0000000000032f576d1296f35c7a88d1d0ddd5f242dba10affca0efbc500883e 8 0.00/1.00 vMB 0
101,938 101,938 000000000003e7a79b3d375a1aa998b2bd39b09335b8396166cccc9c5ebf2d5a 11 0.00/1.00 vMB 342
101,937 101,937 000000000003585ba1119a80d1577afa9bcc6ffb00eb1c77470fcbbc5641dce7 14 0.00/1.00 vMB 0
101,936 101,936 000000000001319a8486e1fc5b734b4df9102c0dc1e37cd0d633f5a0fe983224 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.42 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: 770.51 GB
    • Received: 19.91 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.