Loading Tool

Explorer IconExplorer

Memory Pool

40,428 transactions
17.79 vMB
0.15423496 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: 98.22/200 MB

Candidate Block

Mining Attempt 710deb6583a474768d1d10269b2614e2e20c8635de4cb3ecf04806df154c15f5
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 29eb84016430c316f3094e35ab8f3ce13f8a55667ff8545c218398da565600c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,312
Size: 1.00 vMB
Total Fees: 0.04574397 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (739,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,503 173,503 00000000000001a67df91a47a8d76b62a5d660be4a27553779db74d65947850c 95 0.03 vMB 150
173,502 173,502 000000000000078e1a180e1fd516afac1b7dc507a1d462f4806cf8dbab75c33e 1 0.00 vMB 0
173,501 173,501 00000000000002aa757bbe2771e5ba6881e236ba66cd94b22ac35dcc0ca1896c 38 0.03 vMB 98
173,500 173,500 0000000000000558fe81ae8122e2806e5b9292fba95da2d35a8205173b78c28d 44 0.02 vMB 268
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
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: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.46 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.