Memory Pool Memory Pool Refreshing

2,840 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,681 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,335 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (539,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,728 367,728 000000000000000012fee191dbd9e217c1522578a05d18f7896ce9c667295686 0.75 MB 884 30
367,727 367,727 00000000000000000b5638f4e40496d7f19ea7d8ff7060f4214a6c0213e0a102 0.12 MB 138 9
367,726 367,726 00000000000000000d18555228545538097089f6207a400c471c185c94f2a206 0.73 MB 537 6
367,725 367,725 0000000000000000057e082ecfa12c5bdb8c45e2996348c1a78ffbbd1191e960 0.85 MB 442 18
367,724 367,724 00000000000000000acec3173d0cc4ddad786963e236c7fce476c1a0ffdbb8ff 0.95 MB 1,016 22
367,723 367,723 00000000000000000d7932070261831c6bfeba5979ea836da0a2ba46774cde28 0.84 MB 645 22
367,722 367,722 00000000000000000492056b89dd090d73c472fad093dad661400e37da17f972 0.88 MB 733 23
367,721 367,721 000000000000000007da752b8c4a2c33fb63c805fecdeb30504981b5993af3c0 1.00 MB 1,748 41
367,720 367,720 00000000000000000f52ba8d661282dbc3e326dfb692483b9667bd291693e995 0.26 MB 265 19
367,719 367,719 0000000000000000016330d38bfe0bc9cf020e06289aaefcc906646092d7ca55 0.80 MB 506 20
367,718 367,718 00000000000000000a3c44919a3791015fcdcaeff14598abfdfc86132e28f099 0.93 MB 1,033 30
367,717 367,717 00000000000000000ae541faaa57bba26a6fe58f1d2c1d42f9b86e8f1bebc6b9 0.00 MB 1 0
367,716 367,716 00000000000000000a8fb979c233a7a5fc74c114b29b0eedb4c78f813f0076f3 0.90 MB 795 23
367,715 367,715 0000000000000000059f7e451344268b9f1b2da0a3b0c7772b7f6689a7a3b8b2 0.82 MB 547 22
367,714 367,714 0000000000000000143e12aabc46502c6c06dcb6707fa49e25aae9294ac393ae 1.00 MB 943 15
367,713 367,713 00000000000000000f7b234fc525a398726571f3939b8f8cb908e2c3948ed9fe 0.95 MB 1,131 30
367,712 367,712 0000000000000000056d139dd0bafe43b8730467a3e99c1261af45a93ce55534 0.75 MB 1,115 48
367,711 367,711 0000000000000000110b1bce3f69ec12328907982763606cfb9a50e8931d8971 0.93 MB 1,183 33
367,710 367,710 00000000000000000aa930fb4f93add71883d3de5078ab86b92fb29811398d09 0.23 MB 322 28
367,709 367,709 00000000000000000feef7d5d6f59423250b410db28530d477522f71416f8c6a 0.92 MB 1,673 42
367,708 367,708 000000000000000001d635ea73b397fbda111114caa817013808c25e204c15bd 1.00 MB 1,220 36
Previous 10 blocks ↓
Total Size: 768.95 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,613.78 GB sent, 92.53 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.