Loading Tool

Explorer IconExplorer

Memory Pool

29,306 transactions
5.73 vMB
0.02206114 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.45/200 MB

Candidate Block

Mining Attempt 04463a6088736d65561824a46dae5d01e96a5546b46c5927e782f0ac9e5ccc69
Version 20000000
Previous Block 000000000000000000012835673044393c09dff9f11e6b8e5db02c164666c95e
Merkle Root 5186538f9de88e9f9735029f798c9b209fa86d7a1e810c1d96914884a2ad3c63
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,113
Size: 0.60 vMB
Total Fees: 0.00795668 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,920 (684,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,105 228,105 00000000000001698fac449d96f7c109b0ec11e38899051f0499d50a98d45ea2 0.10 MB 86 38
228,104 228,104 00000000000000b8a0b73eeec1cd9652c14c00bd7e39b257c3e2c064ccfa7c6b 0.15 MB 242 107
228,103 228,103 000000000000008caf1233eb49ce97b6030e17ea6e79098804c253a56c1d1315 0.15 MB 317 154
228,102 228,102 00000000000000b741e8979588d6e984ad1e6411603aa19edb90376fab0af0b5 0.00 MB 1 0
228,101 228,101 000000000000001f5d31a74c56a5c1dfabe3a7ddc36eca233f5a347f666e2903 0.15 MB 223 714
228,100 228,100 000000000000027a503a6cf36ab841612e7834c19868ef73227cd5d58c05a761 0.20 MB 378 136
228,099 228,099 00000000000001b54cd45bd856f04c7689824934ffcbd8f42f0660ccbb1e2753 0.25 MB 734 213
228,098 228,098 000000000000027e23707e8438def386322fdcfd0598a224e0af1b45a1e40294 0.04 MB 115 73
228,097 228,097 000000000000025d6f0cd4bdda30fdad631182a167fe31495e626f717aa150ef 0.13 MB 311 189
228,096 228,096 000000000000013078730c95df218fcd54f414efdd5970c722335d273efb2acf 0.23 MB 537 168
228,095 228,095 0000000000000211ae7ba634d899b7d2d7639b0e953aeaac712296352963cd48 0.11 MB 263 159
228,094 228,094 000000000000009153242a81304b959bcadd3ad6d81b38cbc6718b947817acee 0.29 MB 621 163
228,093 228,093 00000000000000c3edbb6c2dc0943d764027f3866dac0075f4f2fa8ff15ef6db 0.15 MB 262 128
228,092 228,092 00000000000000eef3b428320008ec22b48520a47a5dee096cc4f8573ff01194 0.10 MB 315 55
228,091 228,091 000000000000006907ada80533d9afc9ca69e3238d4c3e6c3aecb8fbfb3d2743 0.10 MB 240 191
228,090 228,090 000000000000012cbbf69f0b81b77905ea51b50d4f687a443f48336a46c0682a 0.07 MB 80 69
228,089 228,089 00000000000001ac9e2cac10e967709d8577b15908d579da2146503f943b87f3 0.15 MB 95 24
228,088 228,088 0000000000000101eb98a8a219ceab3ce19c271b51010f771588c241091159c7 0.25 MB 596 194
228,087 228,087 00000000000000c8901d4d6d3792e1f716cc7a2ff792441d84c259048b220402 0.11 MB 183 159
228,086 228,086 0000000000000030f4779ba13cb0af01158a7e0e4b1864d4eec73f58c91effdb 0.06 MB 79 238
228,085 228,085 000000000000020dd4cfab1ea373447335c3be996858faeb842b6d3765b70eb1 0.11 MB 199 174
Previous 10 blocks ↓
Total Size: 778.70 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: 314.22 GB
    • Received: 2.76 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.