Loading Tool

Explorer IconExplorer

Memory Pool

25,167 transactions
10.58 vMB
0.02738112 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.65/200 MB

Candidate Block

Mining Attempt 5e2affcc5c9c71e648e0bca3e0846d93b33e1cc0da0348b9820840c71dd961c4
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root 73a56866172d96f5e3bd1540889b60eb067be1d55bd027be727710afe8d17904
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.00996621 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (646,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,087 267,087 000000000000000058c77f30c84a0aba7f1b61214aa37ae1b76a1bdecdd8b622 19 0.01 vMB 58
267,086 267,086 000000000000000405099f41ab60fc6abe6a45b0b02d295f5109ca2f50c4ce6b 50 0.02 vMB 66
267,085 267,085 00000000000000065b36d29ff793ec1ea921851af34d7455b9f69204e2c581ff 311 0.13 vMB 97
267,084 267,084 000000000000000636ba759e93e9243e4162600d69625fbc128d5cec855ff8c4 78 0.03 vMB 111
267,083 267,083 0000000000000005166e425d418edde3c04dfdcf6fb1c675617194a3943eef8b 103 0.04 vMB 74
267,082 267,082 000000000000000834ee0c840c569226f20eb6028c5bf76402981b3573dcb626 44 0.05 vMB 25
267,081 267,081 00000000000000045672a124fe22d72aac6809b8bbe6a1bccf5a1c90c4799d78 17 0.01 vMB 118
267,080 267,080 00000000000000010275611cce3d5456eef2401732d43c65dba2462a57ef510c 274 0.12 vMB 100
267,079 267,079 0000000000000007b7964c8726ec7d3aa66732fb8618b72753b4c9030ad16d49 245 0.11 vMB 60
267,078 267,078 000000000000000784d399e7c1d1e8f2fc953c6939b115699a1ee05029a59bc9 493 0.20 vMB 88
267,077 267,077 000000000000000946ca858af96ec089198f8276f2e2bfc424fd93f850c5bc3d 206 0.08 vMB 75
267,076 267,076 0000000000000008b2f3efc61dc83f1ad68dfdbd162616ce14809ce00d054c9f 371 0.18 vMB 87
267,075 267,075 0000000000000009f9403506c42540415272f68232a986e8f529d994bc917c1e 394 0.18 vMB 91
267,074 267,074 00000000000000098dfa02750c1e0d3ba3a0ba2651ac2af784590f9bb68feb6c 331 0.13 vMB 121
267,073 267,073 00000000000000034f5603b211c4f570cd2e3fd7d6eadf751be13c6697bd5cbe 118 0.07 vMB 80
267,072 267,072 000000000000000355c78f5f7057b54e87c8077b2f3f4dd828b05025170e3ca0 181 0.08 vMB 84
267,071 267,071 000000000000000572ab1ce9db6517dfd35bbe92faa03d2d1ec9028a4f8762bf 181 0.07 vMB 75
267,070 267,070 000000000000000799a0e1a5a9411fb616d8f4b59228ac25cdef1413bdb82cd7 322 0.13 vMB 94
267,069 267,069 0000000000000002ffacd7a71e815ca5a0de90a17f94a1ab921fb58bab44caef 386 0.18 vMB 99
267,068 267,068 00000000000000002c3046514b902be9c1c28e4366b56fee01a4292bddfebd73 56 0.03 vMB 61
267,067 267,067 000000000000000308908281b1c91ba243ec7e8b6490ad9722b15e5cb813aec8 98 0.04 vMB 83
Previous 10 blocks ↓
Total Size: 779.82 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: 415.24 GB
    • Received: 2.22 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.