Loading Tool

Explorer IconExplorer

Memory Pool

27,857 transactions
5.14 vMB
0.01589849 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.36/200 MB

Candidate Block

Mining Attempt 78ec89593642c28b9135ee398586b4897b21d56ba593b15aedaeddea3b5106f6
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 527760ea249463c9c23415f1909808a45f7725fd4fadba278c9099bcbc173f9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 262
Size: 0.06 vMB
Total Fees: 0.00252777 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (672,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,095 240,095 000000000000002d1fc68d2cdc26149096140498426941047307d489f333dc10 0.25 MB 734 268
240,094 240,094 000000000000001a84ea2756424ab273efd6915ac311702bbb0470afe682fdc4 0.25 MB 749 224
240,093 240,093 000000000000003b6a1a5f8df81801a2f3c795aea70e78253fc7e81d2c686728 0.19 MB 364 109
240,092 240,092 00000000000000e800c3443abdb30beff139103e8ca1096d36200eb9c168eac2 0.18 MB 512 204
240,091 240,091 0000000000000105203cb7ccd1c3929ecf6d34719a028205e93bb1280fde359e 0.17 MB 341 128
240,090 240,090 0000000000000059de2f595cb6426b3512045788110f0114b899c93e00ca818a 0.41 MB 599 92
240,089 240,089 000000000000006f3f82e84edeadfc1c9ca062d7ff74cc03edfd6f24530c5ef8 0.25 MB 754 278
240,088 240,088 000000000000008d346f7d5207c22831f7502910e88b1553724dac717a68ceea 0.00 MB 4 0
240,087 240,087 00000000000000aa318b892f8141d8a2c552020bb98b12ed35c2e32ac064b029 0.06 MB 41 71
240,086 240,086 00000000000000a9cff5a4af8e7c81939ef3f69798349aa0f283afa3cd193d4f 0.25 MB 579 217
240,085 240,085 0000000000000068adb3770e15a98cef7d8fe4e05809d7e07f2fbec1c41607e3 0.06 MB 117 81
240,084 240,084 00000000000001064eb30e1ac8f7ef0f91147adcd8ddcfc1d8f014b386758b51 0.15 MB 351 142
240,083 240,083 0000000000000024f6aca164b8452cfe29d058043e51f1b33fedd2a58020824f 0.28 MB 625 162
240,082 240,082 00000000000000b42f96f4997368c926d40b9df3e87e5fe3ecb8e4a30f12eefc 0.09 MB 201 143
240,081 240,081 000000000000004453b19c4a19328e718c402406c88d01d74e4f75651711c4f7 0.13 MB 352 224
240,080 240,080 000000000000009594e7fb80444aa5bb49e287e33d8933793ca877f07e3c0c4c 0.10 MB 289 223
240,079 240,079 0000000000000112d81b2ec8ce027657e6d5e147cd77665f295a812d004eff0a 0.01 MB 16 63
240,078 240,078 00000000000000e61f3e60439f0dd9b3da199e603eb4bdc3914192f074802aca 0.24 MB 526 156
240,077 240,077 00000000000000dbcfb9567b8ec413730953adccd3048e76110ffa8ca0e0f04f 0.09 MB 243 255
240,076 240,076 000000000000004af66789cb9cdcfcdfc2f08bcb6a612e5c738bdaa0fb4c7790 0.13 MB 329 202
240,075 240,075 00000000000000a4474c80aff9ba434ec9cd9e156eafe7ee7b0d0f6df8cd6065 0.15 MB 256 67
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 336.83 GB
    • Received: 2.93 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.