Loading Tool

Explorer IconExplorer

Memory Pool

28,591 transactions
6.31 vMB
0.04412208 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.12/200 MB

Candidate Block

Mining Attempt 7c9369b6baa3faed1dc3bdfa72260b3fab245c6a497f30af4a0e6a0fc70e5b55
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root bc16b32258924b17e245dcd1768f4a8920b9a782c84bdf94b8ba2d1b2ab3e1b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 0.93 vMB
Total Fees: 0.02956218 BTC
Median Feerate: 2.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (746,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,590 166,590 0000000000000169c42709b678163f3bd5eb48bbc31761341a6084f0bc64a2aa 157 0.05 vMB 0
166,589 166,589 00000000000000104eb13506e37c2eab2a0d5e26f948c8c927dd515183452c8f 64 0.03 vMB 304
166,588 166,588 00000000000001b4e34f5ddadf9e5993d281c2347591138e3a84f97bd1333e8c 26 0.01 vMB 1
166,587 166,587 000000000000056a303dd8a19509c1a74176c1324a923e237b1e7ffbadf38849 63 0.02 vMB 95
166,586 166,586 0000000000000b203b3d7f92ac370c2293f776f153ea218f1916d97d53602262 26 0.01 vMB 99
166,585 166,585 000000000000028a2e3f3dc3b20a4f522861595031bb19a90eef9da4a26697bf 55 0.03 vMB 79
166,584 166,584 0000000000000ad1f4e9879428e54b77eeaa6d79531c53c0509272fa97965906 56 0.02 vMB 54
166,583 166,583 0000000000000340b4e4b192d2651d5a19fe866bbaf30e52b54c17f90150a788 49 0.02 vMB 48
166,582 166,582 0000000000000823816ead253c6222e8d262e6c8828f380b901ca23e21bc9935 14 0.01 vMB 38
166,581 166,581 0000000000000a935fcd89d4dbef0ae28260edaf7843ca6066404ab328fa3907 81 0.08 vMB 59
166,580 166,580 0000000000000191727bf698eb07f68204cc1d6f1d9d0f74527d5c27f0675aea 129 0.05 vMB 23
166,579 166,579 000000000000013b315ba5082630e39f65627faa5a4b756d0b6225d91b9be26a 105 0.05 vMB 122
166,578 166,578 000000000000031fe3a26d5599d18a6986e5c2a67d19a0b85fb7cdbd53b557ae 64 0.05 vMB 41
166,577 166,577 0000000000000a9d1fb932e9ef74f0e433cbedf34f73b2f3e53f98f7fa2c16a6 13 0.00 vMB 70
166,576 166,576 0000000000000bdbe21ab1b7b5c5079dca43029ae51453273a3c1f00e678720b 14 0.00 vMB 82
166,575 166,575 00000000000005caeb354c22cb778782449b42470cff3155b413780f6adc94bf 45 0.02 vMB 13
166,574 166,574 00000000000009bd94e38ee023588aec029900a5bead2259a710bc0fb9322c19 5 0.00 vMB 206
166,573 166,573 00000000000002ed9ae26fb17dcf14896ece53a1f925977a6f4593c02de98b6b 1 0.00 vMB 0
166,572 166,572 000000000000087410d366dcc272cc72d1452b1a22b67a4dd98f46cfc6b3efe5 22 0.01 vMB 168
166,571 166,571 00000000000005147ceb6c8f4921bfba982c4fd10d79dd6e88937afdad8e7ced 94 0.03 vMB 104
166,570 166,570 00000000000006f8d627949e9291c0818d82e4e70fbc56b203ac9346311f9d1f 18 0.01 vMB 430
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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