Memory Pool Memory Pool Refreshing

5,597 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,790 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (384,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,382 523,382 00000000000000000027160da8ac2673f67ab3db262855834076855d7296b268 0.85 MB 1,668 36
523,381 523,381 00000000000000000018ff23be740634ea2eaba8d14870ea118d7d886f2d1161 0.11 MB 261 29
523,380 523,380 0000000000000000003578f2a3b46dd8786adb81be2b0fc0afadc3b08e9f56fd 0.02 MB 46 27
523,379 523,379 0000000000000000002422d59f01efee56f8f7d6526dd4f634e2c3cbe1b84920 0.98 MB 1,889 34
523,378 523,378 000000000000000000267536222593162bd0252d1b81bb31b569eec36826ef47 1.12 MB 2,610 44
523,377 523,377 0000000000000000003e76f881feb72158db7baca723c865a8dd65353f7add36 0.49 MB 932 29
523,376 523,376 0000000000000000001a4a96297f47f2dab8ffdac15992daab023e17fb137841 0.14 MB 218 23
523,375 523,375 0000000000000000000589e2bfd94dd6c66802a368c6b23447b5de183e5baa8d 0.26 MB 446 56
523,374 523,374 0000000000000000000eef7c9a012456eacf2fea316ca23debbe4d7ebde060c4 0.30 MB 561 38
523,373 523,373 000000000000000000323ce8d786506457413bdd528d1b77692c02b87866fb32 0.24 MB 476 37
523,372 523,372 00000000000000000015e852f62a6e416fbaf96f1923b20a7cc626588e2e2edc 1.08 MB 1,165 29
523,371 523,371 0000000000000000002b7344f4f7685dc6cb6fbc14781e44267e4d7b84993681 0.09 MB 187 44
523,370 523,370 000000000000000000218d62ee6024de38c55124465a618585dc6fdb0a438263 0.12 MB 58 22
523,369 523,369 0000000000000000002d9163eb989d3a0c9ab6227d496e6b253400f495f8b0e2 0.70 MB 1,035 27
523,368 523,368 0000000000000000000d7d7bbb89fca159a75dde44846fe12b89051c7dc52df7 0.59 MB 1,124 35
523,367 523,367 00000000000000000016051dc6f002cf4b205ccf278096ff5fd99dc9f4362c31 0.53 MB 1,113 36
523,366 523,366 000000000000000000387c1191a3bb194b9217c16473a46317b9363449fb1c36 0.90 MB 1,865 40
523,365 523,365 0000000000000000000cb2fa5553fe2864b5136c30d3a1bb6b5fc98a311b2126 0.23 MB 533 32
523,364 523,364 0000000000000000000f49c7974b6428fda85bf90c481bca914dc1a9adebe764 0.73 MB 1,749 36
523,363 523,363 00000000000000000014caf6b177c8efd0bc72f98960cda0271e105d8f359f1b 0.85 MB 1,416 56
523,362 523,362 000000000000000000084491bc0e6067cf5afb676c6167890acc8c8e73996c5f 0.20 MB 447 36
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.