Memory Pool Memory Pool Refreshing

12,195 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,231 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (591,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,632 316,632 00000000000000002868f0335464a2304916c79b5b0016b1ed5ad3438883c3cc 0.15 MB 408 31
316,631 316,631 00000000000000000c0426a573edcd5e358081f650473297a41ee2dc2c10de9d 0.17 MB 275 20
316,630 316,630 000000000000000004695707e9f28568c3ae43803e6dba5e5b7abd97fc21b9e0 0.25 MB 425 34
316,629 316,629 00000000000000002b1aa91b1e130624004dd7c0b5d2b844b72fbb0748488e3a 0.45 MB 661 20
316,628 316,628 00000000000000001c79c3a6164cc9aebee30ec748c0fe8019a7ff8a747da81a 0.55 MB 687 26
316,627 316,627 000000000000000011b5f7fb8961a3fc2cff0def41d811c8d30df4d1cd96fa4c 0.75 MB 1,941 37
316,626 316,626 00000000000000001e6f32b5f620a37019bee1e0ccb78fecfce74fb89b921059 0.20 MB 367 25
316,625 316,625 000000000000000009252d3c011bb4fa69e17aad9964321ba841e9c9220f8713 0.13 MB 255 26
316,624 316,624 000000000000000002d1af6376f836f80253d52eed98fef3087259ee342ddb7c 0.20 MB 386 30
316,623 316,623 000000000000000005f2a5b068ba6c473ca7156eb27598b6fb70a5cbf8cb6a06 0.11 MB 231 33
316,622 316,622 00000000000000001d8a6d6d70602f01eb3996d8d8ce60861e8d588768d46f16 0.28 MB 425 25
316,621 316,621 000000000000000028fa5aecd4f90a06e8d256041551e40749995f983a7961e7 0.04 MB 64 13
316,620 316,620 00000000000000001b9823706c6a4509c6c5a4f3562571df286c2272f3ae9f27 0.34 MB 568 27
316,619 316,619 0000000000000000265a250c0a124c87a855f611c9c337b8466f8d4f52b767f8 0.41 MB 753 26
316,618 316,618 00000000000000002a3708e2f25121c00418015542edcd76e25a87df5758002d 0.04 MB 83 30
316,617 316,617 0000000000000000122241074de6f8db1e4c12cd6bfbb669d91c8406ff6fd8ee 0.20 MB 247 22
316,616 316,616 000000000000000009669fb7c196e811948f66aa6068a6992ad4540918dcc707 0.05 MB 128 35
316,615 316,615 000000000000000000bcf35070dfb3a3e5706e067fdbc430d981ad9de35ab6de 0.01 MB 35 30
316,614 316,614 00000000000000000cb374e5b9367712e2255a06f13ecfaae2af62fd0f47a839 0.38 MB 664 53
316,613 316,613 00000000000000000e4686771ab6fe603c64cc79fa248c64a2f5981ca1127533 0.15 MB 247 23
316,612 316,612 00000000000000002bf762e98a0e2fae210f017e5f55d1ed65484c8188e22dc0 0.16 MB 372 30
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,622.13 GB sent, 92.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.