Memory Pool Memory Pool Refreshing

14,000 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (700,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,866 206,866 00000000000004fa809e970c4672271a2927d0ed20ad45ed01dba4bb05ad8ecb 0.20 MB 574 207
206,865 206,865 00000000000001f25c76e9bcde0c2bddae3bab4f7095e0f875ab8be8207d3633 0.31 MB 584 161
206,864 206,864 000000000000017dc07e58fd1859654925b273a10d879eb89459f5c0874a089f 0.01 MB 27 163
206,863 206,863 00000000000004c5f3296ec64da89391b67f58f985bc27b61cba12869b522c2b 0.04 MB 92 206
206,862 206,862 000000000000040c25cc4e2ac0a8eda9826c10399d5e6218e76025c779c0d824 0.06 MB 143 199
206,861 206,861 00000000000002f451cc919118128b166402824f55a280616d06c9872927b547 0.20 MB 350 183
206,860 206,860 000000000000024f6331035f23fd16fd68b90bf071614775979ca41e8bb26db1 0.05 MB 130 142
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,613.01 GB sent, 92.49 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.