Loading Tool

Explorer IconExplorer

Memory Pool

27,666 transactions
7.50 vMB
0.09645942 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.77/200 MB

Candidate Block

Mining Attempt 4bae5914cc6016976f6aa02abdaa4059dcb5ae6c66812576e99590c840bbdb0d
Version 20000000
Previous Block 000000000000000000008a3ef7c70ae9a6c491c896d7460a3309e425280817dd
Merkle Root 172aad2d8f35a175db23442fd1363f38cb4af2c935aa14ea22164925f267840f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.04875705 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,179 (714,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,503 198,503 0000000000000608d5a651b65e001cb2d0ff69d4ba361d1bc7b577dc220e3a1c 0.02 MB 44 118
198,502 198,502 0000000000000393ef9bc3ad1c05b229f90d57402ba56ef082889c02f47c8144 0.09 MB 276 161
198,501 198,501 000000000000053ec515c46c6b71ca1988b7f78667af2cf743d152e2e3119c94 0.06 MB 160 117
198,500 198,500 00000000000000d7e44355a84e43f7a2ccb4ff227067ba48039cff34db53372c 0.00 MB 9 14
198,499 198,499 00000000000004857ff1f887537b75f7382021928d8628fa51149fd0b6fc8935 0.03 MB 71 297
198,498 198,498 000000000000052210e6668b9b3271c19ad2294983c37c31e7ca64987fa1735f 0.14 MB 347 217
198,497 198,497 000000000000051083174d0cdc10063772a57d58417d8a21600beb50a1d1b7b1 0.05 MB 101 118
198,496 198,496 0000000000000255993ca29d9ade8e1ea0a09533fbc3b097b6d8a89231bcffbe 0.04 MB 114 31
198,495 198,495 00000000000004a5d34803f6da18f7521eea5484c48ef3480a94342ffcdc6b5a 0.07 MB 132 134
198,494 198,494 000000000000001dffe7b60c45b0661808b2e0d9c5aed10d7f4ef5d91eaf139a 0.11 MB 250 126
198,493 198,493 00000000000005c974ddb891252aeda26b060cd6b4196e9999fbcf2b1aae5ab8 0.00 MB 10 0
198,492 198,492 000000000000053d2b107df2d7b0b6b7d374365a2932adc4e960a3b73ef6db78 0.24 MB 543 213
198,491 198,491 000000000000008be4c21a89fa75abcd4789d52e5188ad1f0301c90271283a57 0.09 MB 225 129
198,490 198,490 000000000000028c7bc11da44c72da275702ee6ee8bd0b3fec814e68cedadb0a 0.05 MB 139 576
198,489 198,489 00000000000002a94e0ae6dfe9252f7a460314f733dbd1e7767e96ac1f846b3b 0.18 MB 376 105
198,488 198,488 00000000000000ee195a25f87e856ced322b99c2d071fea7b292003defc3aad6 0.12 MB 287 127
198,487 198,487 00000000000003a7ffe709305b1352d0911fc2c575dea29b882fcd5c138f2d83 0.04 MB 94 162
198,486 198,486 00000000000002675645d8fbbe4ba431832d14b56ebd7cc6000dced5e0bbc0c0 0.19 MB 390 111
198,485 198,485 000000000000049183b12e64a4079fad05548c714bdac2da421dfe9f21d531bb 0.05 MB 135 332
198,484 198,484 0000000000000189b2591232669576e762a7572f7a6eba585ea0a96ccb1aa9b8 0.03 MB 64 748
198,483 198,483 000000000000052fca8af5dfdd79255d4a65596a4eeb786fc8cb14b14b04ae0f 0.00 MB 10 164
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

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