Loading Tool

Explorer IconExplorer

Memory Pool

10,058 transactions
4.01 vMB
0.01618539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.95/200 MB

Candidate Block

Mining Attempt 40bb5ff8862beca19b76082e70c1352de207c8c84f81770aff14a42a72e92858
Version 20000000
Previous Block 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4
Merkle Root df8aea58661e0b2c66644b6043a41e2c228d7a46ad71b0b72ac0c402dac4b0e3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,153
Size: 1.00 vMB
Total Fees: 0.01122242 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,466 (647,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,403 266,403 0000000000000005942e3aefc8c590e68e76c61304c09b0777806ac01c8aacdd 71 0.03 vMB 65
266,402 266,402 0000000000000007eba127fcb99cb47477269c34b009e29db5ee211d0104894e 183 0.11 vMB 18
266,401 266,401 00000000000000020b96f9ab4316efbb4ac6b9a0c71de4b573a449a8bb42845e 591 0.24 vMB 81
266,400 266,400 0000000000000008fae34fd47ad1df9b3ee6d861e67887c14cb8dde595c62c22 499 0.27 vMB 68
266,399 266,399 0000000000000005abe8e45931558c6b8bb28f86bc088d6cb0ad2eacf7e3bf91 158 0.24 vMB 24
266,398 266,398 0000000000000009372fbd4b06ef98df8abf6af67bccb144899b9854e8df75a2 451 0.25 vMB 86
266,397 266,397 0000000000000008205f5cc8420f9c9196c2568b120e1815f5f3e9444d1a9517 578 0.25 vMB 107
266,396 266,396 00000000000000062d5b43a1f14f9ab5eee5823ed566e18461adb76402d166c1 268 0.12 vMB 49
266,395 266,395 00000000000000077cc428fed61a49f72e792fcd01102a6e423fc01ab5f86214 321 0.15 vMB 99
266,394 266,394 0000000000000009001cc25aff4e0b62f50b3a2c9f8c149798eccdaca4158a5e 756 0.42 vMB 78
266,393 266,393 000000000000000221d2b7ac29ffb75c45206d42b9eb91a5334aba94df9170fe 261 0.20 vMB 58
266,392 266,392 0000000000000004fac0d342ddf2267eaa54e376dafc7efcc22bf4a0a56a2e36 137 0.06 vMB 89
266,391 266,391 0000000000000004b2a7a82fe911da145aa9fe7491b80e37baf8c22acd51a5e8 90 0.06 vMB 40
266,390 266,390 00000000000000017cd10f0b66f4da70b635c38dbbfa7e28220bdb73d9c1002b 217 0.26 vMB 42
266,389 266,389 00000000000000030ff454309e5acdcfa179a5323277c3b4ddba51f261fbc4dd 52 0.02 vMB 64
266,388 266,388 000000000000000a5f21b2cb7dff7f9d298347a8d26b976dc23d88c6f7a58630 385 0.17 vMB 96
266,387 266,387 00000000000000082a0013050246c17c64c86f54a9c4a7d248cfc89ec35209a3 375 0.16 vMB 105
266,386 266,386 0000000000000005f1cb351c6be831c5863db16897a0347b0f9e9f3f0c7577ab 85 0.03 vMB 62
266,385 266,385 000000000000000a6a06f018a40213e63710e9d7295418a55e043c714bd5401e 362 0.15 vMB 104
266,384 266,384 0000000000000003a59764a7194d1b3470fe8fea34f6a0df65020c5d53713df0 141 0.06 vMB 39
266,383 266,383 0000000000000003d96eab4ff8c6d11e01bf86fdf3b5a8151d99e62df32c7e45 366 0.20 vMB 88
Previous 10 blocks ↓
Total Size: 779.68 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: 322.65 GB
    • Received: 1.56 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.