Memory Pool Memory Pool Refreshing

6,501 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,878 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (828,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,738 79,738 00000000002e5a414479b201e09af46f4bb644c605fd870e4abc327124d1c294 0.00 MB 1 0
79,737 79,737 00000000003e9ed709ee3222efb10a91e9c77c90b9dca92ad260e4fee70e5f35 0.00 MB 1 0
79,736 79,736 00000000004de3019c4038de7234b5d979f0b605aec4fbb8b33e8c5324b3c2fc 0.00 MB 1 0
79,735 79,735 00000000002b084856e28130340e7362ef19b2e4be348c05022441728dabb233 0.00 MB 1 0
79,734 79,734 00000000004fe9f02bea52c3d2b06fbd9b85c97f5e416f4b1cee76f181527dab 0.00 MB 1 0
79,733 79,733 000000000054a6e0848aadd063c641e7dcaf032811970333c259ef8644a2a2b9 0.00 MB 2 0
79,732 79,732 00000000001982998aaf8273140668740e651fc3fe79af00a605366653df9905 0.00 MB 3 0
79,731 79,731 000000000054a51a1939b205067903c1b5c7d53e729bd10536b61aee9d4744e0 0.00 MB 2 0
79,730 79,730 000000000016fa7f23ee4831bb5106e6432658dadd93743deb43119e63e80219 0.00 MB 1 0
79,729 79,729 00000000003fb962ee49192b1935bc9920287ef309897f67f95367c9b1be31a9 0.00 MB 1 0
79,728 79,728 000000000020520cee1d8364de652f2a24c80bcc8a381f933d7a170c23be6419 0.00 MB 4 0
79,727 79,727 0000000000517bc3cc3f65f05d8cc236a006fc0d8473e64f6ee8787902269d42 0.00 MB 1 0
79,726 79,726 00000000003e976710efc8b8a9db0f0d4517afd939d6990c7b69b0edb7aee7e0 0.00 MB 3 0
79,725 79,725 00000000004eeebdc358e53ad56dfe9e6078e099a32281769ef21cf58584e1b0 0.00 MB 1 0
79,724 79,724 0000000000533cd89cfb0402d7b63a1b339f341ff03e74b8010d24c7c1522f43 0.00 MB 2 0
79,723 79,723 000000000029dc5cf5e53661f964d68180420cfe89e5fe87274573d4f580ee2b 0.00 MB 1 0
79,722 79,722 00000000002bee8596cabe7ccd0c28354f3c92d6efc10827b77e716cec5bde66 0.00 MB 1 0
79,721 79,721 000000000037fd0d1cc9a1325bde177759204a2ae702dba5c400311880975e7f 0.00 MB 1 0
79,720 79,720 000000000032daaf820bbd1e362ff096138a270efade0f07a78c06704e4ad943 0.00 MB 1 0
79,719 79,719 00000000001a11c30bff67fcf32822d4fd2ccc2c3ad49a8e3748fd2ea385e61b 0.00 MB 11 0
79,718 79,718 000000000009b8bcafbcd61736a06b5611e977e724e0bc525a596f94c30e7d76 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.