Loading Tool

Explorer IconExplorer

Memory Pool

24,940 transactions
4.49 vMB
0.01317897 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.03/200 MB

Candidate Block

Mining Attempt 6ab0d3ad8f50fb2bc62ff025b3f1c23bf927c0335a7cbb22ae24ada63d47dad5
Version 20000000
Previous Block 000000000000000000006324f29d65b8c96f1758197fb5c0cb286fad32571aeb
Merkle Root ed919ab4d0e27762db5b38de9fc4159a6bc70a3b403e8fbf6ecb5506dc9a80b6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 138
Size: 0.03 vMB
Total Fees: 0.00195857 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,823 (754,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,013 158,013 0000000000000404bf4e066ed8b1bf1da2c5d334ab99e12f773a0f79b1af8808 0.01 MB 14 62
158,012 158,012 0000000000000788a3a42fa4ecec2b57d206975c644e42425d0f6f17052c3f9c 0.05 MB 181 71
158,011 158,011 0000000000000844d259df094fa393531e62209036e2ea479c0168ec7cefac49 0.01 MB 21 136
158,010 158,010 0000000000000a7b5e1d5f3ef16b40a995556550782718776d2b4c108428ac0d 0.00 MB 5 46
158,009 158,009 00000000000005e9d083cf0d709dada31fe8316e170f4b3037ae0ebabb9bbeff 0.00 MB 11 416
158,008 158,008 00000000000002957fc1cce77601cca9c5ec63c94f2faf19e9368dd8338fc4be 0.00 MB 7 151
158,007 158,007 000000000000080637c5f36ed1860f9284091df56fb0fec3308828f55fb4287b 0.01 MB 6 8
158,006 158,006 0000000000000425990bdacc3d19682632ddc613501c07a65ea8cac4590aeb19 0.00 MB 2 0
158,005 158,005 000000000000081479da253a51d9e8b8a78cb457df9b88dad9ebba5e27d1e9f7 0.01 MB 21 587
158,004 158,004 000000000000051cf362971070dc5e102078ca44a444902a46de77af88e4c146 0.00 MB 1 0
158,003 158,003 0000000000000a5821e845e128aeaeaa07d1509afa1815c2b623d1bca4ea85bf 0.00 MB 5 73
158,002 158,002 000000000000069cc5505f8774012a5eb3ab5dd1ff83f5b448fae866c630a3cb 0.00 MB 12 603
158,001 158,001 0000000000000cdbef919d1caf804a847486022f9b24f368a47061718550bf01 0.00 MB 14 86
158,000 158,000 00000000000000e50d56f13c7ce64183386abcac63462ca745b711be27568f52 0.03 MB 120 34
157,999 157,999 00000000000000dc4da7db499ff76c8844f438cd46fed9daa013a65a491ae18e 0.00 MB 13 0
157,998 157,998 00000000000002d149af2555576dbbbf3ad724afa739453097c2c3ed224ff2c8 0.02 MB 58 208
157,997 157,997 00000000000002b33ba70d0014340a51289ded292c0e4132fe2ec8d004f7edd6 0.00 MB 20 202
157,996 157,996 00000000000008f6645c73ec67f43667231286445baaeb6fa7c348934965f7af 0.00 MB 18 54
157,995 157,995 000000000000057932d795ea1c972d35f5a2f8fdc22ec2fd357fdc91d6633f1d 0.02 MB 65 84
157,994 157,994 0000000000000408ca2ee3fda07bbb0ddd169b0ba8dd03dd35e1039bf4080bcc 0.01 MB 16 12
157,993 157,993 00000000000003edafb2744b4de07208a1e56383b75e8147a2e3879c7242a328 0.01 MB 27 27
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

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