Loading Tool

Explorer IconExplorer

Memory Pool

16,169 transactions
6.71 vMB
0.04723958 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.50/200 MB

Candidate Block

Mining Attempt fe4134064e0e389c4e5463e19aa5fc8361fd8c30bd892f087ecb3abb8fab416e
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 3e4de2b42a71e9262fe6e7f317fc2724f0e10dce3d2c5a176ec051abbda10e97
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,446
Size: 1.00 vMB
Total Fees: 0.03066681 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (709,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,812 203,812 00000000000001a5e6d71b3fa7608f9630e9e118aa1ed7941b060b5eb33da976 50 0.02 vMB 137
203,811 203,811 0000000000000390a2a5ea5e7eb5d1e4007913da4170251571250459a8983718 147 0.10 vMB 92
203,810 203,810 0000000000000417ec2a0f73974bf946318593839157ff006c031cf6e08d8720 152 0.08 vMB 137
203,809 203,809 0000000000000180be872287a02057f402fb29621f5acec663ad6e155c93c885 147 0.07 vMB 337
203,808 203,808 000000000000044b6de8de7b2bfb088a734f979bdf874b7d6b5649ab3ae1d8c0 162 0.07 vMB 121
203,807 203,807 000000000000019f1f7c1f84e976ceb9d1bdbd2f52903a68d2a31023e3da7c0f 110 0.05 vMB 90
203,806 203,806 00000000000003717b385232167cf4886fed93b7bd079cbec5f1d6c4986f18c6 182 0.07 vMB 146
203,805 203,805 000000000000008788b12c0512f6cf0cff59a6c3789868a0b456ee34a3e8fc44 181 0.08 vMB 124
203,804 203,804 000000000000018f23835545a31739c3b4f6297095747d471f42350bce9a2a93 168 0.05 vMB 100
203,803 203,803 00000000000000462b50c491065b1b10d57cd87019223779868d46b07a101e08 1 0.00 vMB 0
203,802 203,802 00000000000002f9da8c0a6007fcc955857b03714368151aac3ad764df0fd065 247 0.09 vMB 128
203,801 203,801 000000000000045273ce42673db8c270af25b6938c11cadea12244ca44b1c29d 27 0.01 vMB 78
203,800 203,800 000000000000023bb74d1b33a7fca1746532dd80afbb00c6bfc0c9610055f971 142 0.22 vMB 64
203,799 203,799 00000000000000269db1352dc92702ac6886ed68c9ad71d19658abdaffb9d4a5 103 0.03 vMB 24
203,798 203,798 000000000000049fb352aa697e35a98245b33b1adaa4586b0c65455ee4fe2f96 39 0.03 vMB 49
203,797 203,797 00000000000002ec621b04e8e495dcde1892e107b53d1cee9f6f1b2a78d0c455 484 0.22 vMB 122
203,796 203,796 00000000000003678dada397f4d613b797bb9d4b8f9e66ddddc51bfc3a27b81a 118 0.05 vMB 80
203,795 203,795 000000000000012ce6d8885e0ec9c14d35730c6d59dd99aa3947a5ec337f8e2e 65 0.05 vMB 60
203,794 203,794 00000000000000ee01146589c8b79bcb56225bbfd441ef46cc8e910c7bc66271 420 0.19 vMB 127
203,793 203,793 00000000000001d0bba4cc4ba51c8314d7b95c7a9e3b3ceae388d1a125b3c9be 269 0.11 vMB 75
203,792 203,792 0000000000000249fc895699939a9acbe3302810cd6501ac9b7341215183b6fb 306 0.13 vMB 142
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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