Loading Tool

Explorer IconExplorer

Memory Pool

18,721 transactions
8.82 vMB
0.02816873 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.35/200 MB

Candidate Block

Mining Attempt 9134beb1d551e4b5765174ec498c4876adf7cbebeb8d4f5109240de6ef7f517f
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root bec1bfa95ca27d836c3b0b0d417c7f057f7d004d8908f543ecfd3d0db0921e15
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,116
Size: 1.00 vMB
Total Fees: 0.00890156 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (688,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,433 224,433 00000000000002ba06e0ef9a31baa0111635d59fec74226dff254083384dc7c5 845 0.25 vMB 277
224,432 224,432 00000000000001334755f2fdaac8b48c6e237f5620f19684da2382f70cf43dc9 756 0.25 vMB 384
224,431 224,431 00000000000002398a90405aab191619859c60c396dce74b15fe2d7419496a5e 291 0.25 vMB 119
224,430 224,430 0000000000000066a4ecb6c17effd72b5bf9f2be462746b93ccc0f5679b0a496 449 0.25 vMB 164
224,429 224,429 00000000000001222b25ed675bb1ced2eedccd92c4c080b52f98807c1b32fd2c 501 0.25 vMB 194
224,428 224,428 0000000000000227ab4d965e73a4be04359c427f703a6bfb7a835fd52e645c89 13 0.00 vMB 477
224,427 224,427 0000000000000110dbade4cd4f7b67b508d99cc60c972dcfb43e324a3c92bc41 420 0.25 vMB 111
224,426 224,426 000000000000011619e2e7f0482040a5dd48dfdfe5719b3a3ceba315741665f2 763 0.25 vMB 317
224,425 224,425 0000000000000183152a473f8f298597d5bac01f8de0c47cc3d86d765f14abf1 637 0.25 vMB 264
224,424 224,424 000000000000029b9131269ace9eb7b9c9ff5819d98d59a9a7799b711c45e17d 433 0.25 vMB 154
224,423 224,423 000000000000024d18ad32698afd1bd7711b2e967265e4b22898f63efea4918d 625 0.25 vMB 293
224,422 224,422 000000000000021019a72041d58ecf7168af1a60529d6cead345fd968d1fd552 561 0.25 vMB 181
224,421 224,421 00000000000001a50bccfd39d148adc3df6760f29010a1c577d30ad662df4c12 779 0.25 vMB 339
224,420 224,420 00000000000000a947c35ee25a1318d8f5467a795214f2e235f57af38ac45e1f 8 0.00 vMB 178
224,419 224,419 00000000000003259b82375fd1220e1ccfb04a792d8122cccf47eac8e999ee60 508 0.25 vMB 179
224,418 224,418 0000000000000358f7f7b73cd2f7dafe05abe470a79facafeb512b951ebe23ac 363 0.25 vMB 129
224,417 224,417 0000000000000393f6074b0c7caafd937b02096f62be633f69955f849732eef7 676 0.25 vMB 268
224,416 224,416 00000000000001eb98bf003140955e96157ef29b8211833c2b8db166c746afd1 237 0.25 vMB 122
224,415 224,415 00000000000003489a94a854de004b057787118218d46aefaa8af32338e12069 749 0.25 vMB 259
224,414 224,414 000000000000027051a831251b5fd811d74fbda5ac1f77d2c856b792855506af 645 0.25 vMB 260
224,413 224,413 0000000000000044ddc9bb0c5d4678bd4aef2629f1260b9335ef6edf254110e3 423 0.25 vMB 171
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 272.66 GB
    • Received: 1.06 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.