Loading Tool

Explorer IconExplorer

Memory Pool

41,625 transactions
18.17 vMB
0.17544415 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.26/200 MB

Candidate Block

Mining Attempt 0a4daead13197562c504569b78ea56885f40dabe1606da8c814d034f9ae58e3f
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ed637738b14102772a3c7c33aef3c2ce5ef907b611e4e680a11e17ba697d49d6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.05737101 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (739,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,499 173,499 00000000000000095384ea9b03ee72d1e4942ee2fbc79dd5cba124c8b84e39ff 36 0.02 vMB 39
173,498 173,498 000000000000040269166e91bfdd7ef51cdd14f82bc8a6f339555ac428dcae0c 13 0.00 vMB 60
173,497 173,497 000000000000076022de98562875e278e6ae1251295d20905a9de80688800ac1 25 0.01 vMB 192
173,496 173,496 000000000000026b480e4607c289607ca4a062b267320972a1dd4c04c663cf13 35 0.04 vMB 69
173,495 173,495 00000000000008545dc0205f9e80b51dca4809a7169c06ee1ce4e4943d54b9e0 94 0.02 vMB 21
173,494 173,494 0000000000000a3a0b7108bedf997ae489ddd114b1c7ebca309c38f19b5d18d1 45 0.02 vMB 350
173,493 173,493 000000000000039585b591cc4da63c2a995cde023ec4341cd7b29769132dcecf 15 0.01 vMB 56
173,492 173,492 000000000000033754aea406016957ea5c9f35430c547c9dbfd9daa901299abf 12 0.01 vMB 19
173,491 173,491 00000000000008f9ea343af20d6e4e73b874738eae921f622bbb16f0599e81f2 42 0.01 vMB 27
173,490 173,490 00000000000001f7974fc4dec0625bd62c141cb9bd296494551d40dd4eacebbd 32 0.01 vMB 145
173,489 173,489 0000000000000713bb8a493f9fd5971bf361f2f1c4b2a7c39cb70cb1977bffeb 35 0.01 vMB 221
173,488 173,488 000000000000098b8d39ad214449f14d1b04bfd70ff29b9c4ff28af3a1b43247 41 0.02 vMB 292
173,487 173,487 000000000000036e02acea1f42f75337298d729d400bd9e7530cb675fc000eee 61 0.02 vMB 326
173,486 173,486 00000000000005a886058d13d6816e74b062f6fa60d386fa396d4189580712ae 56 0.02 vMB 194
173,485 173,485 000000000000038cc7a9e0f12a421c1da694ceb9a42a0c9e7e64e0de3c101a56 1 0.00 vMB 0
173,484 173,484 000000000000079f7ace354f8a6e48cc8287c2dac65b180a3452b700736cc577 115 0.03 vMB 11
173,483 173,483 00000000000005f22a89a706bee734cedbea74d32b54943cf3eed6c841e4c5f9 50 0.02 vMB 501
173,482 173,482 0000000000000318dd10a32cb3560ffd82979fa97069cbac1eaedb66a0d87a35 17 0.00 vMB 11
173,481 173,481 000000000000087803867a092e09203014ff60bceadb9dae1ecf4a1665cbef6e 126 0.05 vMB 204
173,480 173,480 000000000000039bf19943c045aff2fa5d15aea2fc3a0d8705d4b18e18690a18 12 0.00 vMB 44
173,479 173,479 000000000000098580cc14ee2d9eb7fe599a14a4d835c69e86a636a47d858ee0 25 0.02 vMB 11
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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