Loading Tool

Explorer IconExplorer

Memory Pool

32,442 transactions
16.33 vMB
0.19212162 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 3 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 5 blocks ()
  • 6 sats/vbyte = 3 blocks ()
  • 7 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.21/200 MB

Candidate Block

Mining Attempt 91e6a0f44744b923c83aa41a6d63cb852582e5fb0003803724be368c011c08f8
Version 20000000
Previous Block 0000000000000000000009069c85f0b19bd0704f61fce56924481988327d1e06
Merkle Root 5c93707ab6ec35a4d43ce88ac01516ab0c1bad59c5e65212501a0c02582014bd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 804
Size: 1.00 vMB
Total Fees: 0.02314339 BTC
Avg Feerate: 2.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,062 (804,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,818 108,818 000000000000349c8b8ed540144707db798451b1477ab722407585dd1f0a498f 0.00 MB 5 0
108,817 108,817 00000000000034547c07d8022ef091b61356556cf53ef918b0f4af43d6e191c3 0.01 MB 36 0
108,816 108,816 0000000000004e0770c857d7d3b46da4d6960d9ec52ea6d3b4150b344daa3f8f 0.00 MB 4 0
108,815 108,815 00000000000139cc9be2db1d23b1d8a566f81ad2e60b43f2fa131e3df0ca2365 0.00 MB 9 0
108,814 108,814 000000000001d3ebb086345b56abe1105d7e8d3fd6484c7b6bfc2a5a67aa67b2 0.00 MB 1 0
108,813 108,813 0000000000015fe1d0e9e7ebea8a4c758818d1c22a051d1376cbb7270e6a9b1e 0.00 MB 6 0
108,812 108,812 0000000000012f83f04eeeb57596e340347d92977933a30d4711a0cf30ec6893 0.00 MB 1 0
108,811 108,811 000000000001083260fbd7eee8001abe7acdb8f442bedb5b3120d6f5ee4f5ba6 0.00 MB 2 0
108,810 108,810 000000000001164cd1933596fcaddeaa407fe0bca26a9905c606014c640d5aa6 0.00 MB 9 0
108,809 108,809 000000000000e34bf1119310b32342f7452e0ae399abef97b64b58d5dd4c0f81 0.00 MB 10 0
108,808 108,808 000000000000aa4a3d72bc676a98faf97acd8b7d5bb7a117083fe22b3742d059 0.00 MB 12 0
108,807 108,807 0000000000002ef67f8d8452730400bcac0b0308eead8bc810ba6fb3c164396e 0.00 MB 11 0
108,806 108,806 0000000000015e4a84ca2df90f432ab6b2e3bd37a132f5ccbb44a8f438104964 0.00 MB 12 0
108,805 108,805 000000000000408f97cf3e2177a8932c984a93ab7a4badf474b8fde198147712 0.00 MB 12 0
108,804 108,804 000000000000dc941052f02ef353363e02a01446caa3e1c340dbb555e7e47629 0.01 MB 43 0
108,803 108,803 0000000000019e6dd8161ee28cf2ca772e2e279afc242fa32eda3d17257e6992 0.00 MB 4 0
108,802 108,802 000000000000e9dd410e3b7e79cb089651e1a34b06afc8185cb1ff1517817492 0.00 MB 12 0
108,801 108,801 00000000000082e3092afe9f04474b6ef2922e5d3967e039d5a382a3bd12337b 0.00 MB 12 0
108,800 108,800 000000000000095a06781ce51be66d6af12db28b41a129fb79c6c6cfd4051bbf 0.00 MB 11 0
108,799 108,799 0000000000014728fe7ac03c5f4213c2236bc670c459449a4d848dfe42688f11 0.01 MB 15 0
108,798 108,798 000000000001e51101a029b757891160f7a4936b90fa4b7781eb1cc343a901d4 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 778.96 GB

Node Details:

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