Memory Pool Memory Pool Refreshing

17,337 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (700,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,887 206,887 00000000000002eee546a5fce460821d0170fc5eed58670ca9c4248c85b6af50 0.03 MB 70 142
206,886 206,886 000000000000041dc829f4301163d83ee4d23f1e51b1e99b93ddbd457a3e1c1a 0.04 MB 72 102
206,885 206,885 00000000000000847b5906f50d0b9bf593168b3d3aebd2130cc4a912e506d56f 0.08 MB 172 160
206,884 206,884 00000000000004c724fd6adc836d1d68d4f6b0fa44b4e118e6c75b4e1a7ac439 0.04 MB 31 63
206,883 206,883 000000000000005a238f6f5abc7c69b73590a1cca7e38bdc55716b50d423ddbb 0.15 MB 350 160
206,882 206,882 000000000000033c5d4cfc943e4f85e5a5ec56faac435f56f951d764a620f7dd 0.02 MB 69 7
206,881 206,881 00000000000002472e729e80d9732ccd33cb50538da5745306663eb36d43c141 0.17 MB 466 198
206,880 206,880 00000000000004d66c2d3154cd6ec2f2f492fb5d72933b48f35b69dbe9187fbb 0.05 MB 115 178
206,879 206,879 0000000000000084743c3e0b2143b8f811684d6c1bb5bb8da57119e47a363d7e 0.07 MB 137 122
206,878 206,878 000000000000034df624ce7619800bc3951c76478305f29558ad23d292693c8f 0.18 MB 436 149
206,877 206,877 000000000000015642146358f44df4b47d87e15caddad0844121944b668c3ff7 0.19 MB 524 212
206,876 206,876 000000000000033ef6ee2f38f2c22cbe731255f9db132f208306a79afdf1ea53 0.25 MB 653 214
206,875 206,875 00000000000004b5c2f0f3da9334487aa92790bc2b33cac46c3b3065b5dcfb5d 0.00 MB 12 1,053
206,874 206,874 000000000000029089c5101cb33748fb7d683eb05f8827ee0061726d10c2943d 0.04 MB 76 140
206,873 206,873 0000000000000461955703be47b22e37bf65128a5f1553862bdd3337d752657b 0.01 MB 21 107
206,872 206,872 000000000000041a9a315060251754a5595ca3d551ad30f68d15d93825f30bbc 0.00 MB 16 171
206,871 206,871 00000000000002d419d1af0c568f17d1ebc7cb71f0e3af088ee07d4aaf72f873 0.42 MB 330 53
206,870 206,870 00000000000002e223ee2cd5c49c78d3d6a8aff941b6753ceca23d910853f7c5 0.04 MB 78 130
206,869 206,869 0000000000000460b4be4c44ffb9661a5d89b541866d894556e0efdd569566f0 0.03 MB 23 67
206,868 206,868 00000000000001a94993c95a91525e041ba9e5dcad6103c28298214600edd809 0.03 MB 57 101
206,867 206,867 000000000000016fccf82e43ea978fdc691c54e32fe4f05698315701740aff59 0.10 MB 172 99
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.