Loading Tool

Explorer IconExplorer

Memory Pool

15,346 transactions
3.12 vMB
0.01476792 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.44/200 MB

Candidate Block

Mining Attempt 051bbc399fc49c39360cb67b9c09e2143a5f4c0f1b9bb4be4c54fc5f4114d2c5
Version 20000000
Previous Block 00000000000000000000f41d7b8a38224f02dbfdb74dcfdf57cafab3c6b51437
Merkle Root 0950ade1f7572c1484d2112f87b8d75911624f1612f7ba2d6fa485ff917b9d43
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 724
Size: 0.15 vMB
Total Fees: 0.00725008 BTC
Avg Feerate: 2.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,888 (754,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
157,992 157,992 0000000000000244d12c72886033cfc74227ec904546666258529e2f17522e7a 0.02 MB 40 98
157,991 157,991 0000000000000bb39cdbe12e93de9ba399d7ba75e511cc3ef75f5e74b4c72403 0.01 MB 15 237
157,990 157,990 000000000000064027a9ac5348751538be08f13020a675124b8daca27cfc5a46 0.01 MB 33 125
157,989 157,989 000000000000043b180e8370ef04bdc784894cd350ce506f2918370740a1fbdc 0.00 MB 11 894
157,988 157,988 0000000000000dfdfa1d3dd6d6f4c43b09d9940aa365cb26ee52de2620b8d712 0.01 MB 38 149
157,987 157,987 0000000000000be62091eb4e0933f0607c08c2478bd3248615e357931df6e232 0.00 MB 7 11
157,986 157,986 000000000000057235a1bf15e1c06399a3a8ffccd33e6825160cae191d9cf2a8 0.00 MB 18 275
157,985 157,985 0000000000000252a8a97e01238a94527db6d3429e869aed06f025fa7345c0b8 0.01 MB 18 104
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

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