Memory Pool Memory Pool Refreshing

1,562 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (871,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,849 36,849 000000006d94faf1470d283f8f9f469b89f439872db0c7f8a59b18f1ea27b508 0.00 MB 1 0
36,848 36,848 0000000030ad9a791723e03bc28d0403e38a3fe14ee72bcb7abdb9fb469b51c4 0.00 MB 1 0
36,847 36,847 000000008c7e84276282017eb581214012900ae3ccd1288812fe079222a8304b 0.00 MB 1 0
36,846 36,846 000000002230765a4d2b6d2dc4d99ea5d7bcbed2c5949e06fe6f794ce13c1073 0.00 MB 1 0
36,845 36,845 00000000572e3c640bd0843dde2e339f74ee89e0111641b8a705c579b09f043f 0.00 MB 1 0
36,844 36,844 000000006aa31968ce0bb6a3fa61b1e454d8f4adce5b91c54486b62e5ed5ffe2 0.00 MB 1 0
36,843 36,843 000000002c048b6a0f244cd5e88832875923268f7e92bde9d705bd3a8f36f5b1 0.00 MB 1 0
36,842 36,842 000000007758b3287b023707a3d55c471fe7e3876af76aaee93119fa13ab5d70 0.00 MB 1 0
36,841 36,841 0000000073e97566c7b989bd0142ab8ef1b81caac7c9b765a204e3e6474df8ba 0.00 MB 1 0
36,840 36,840 00000000612463fa61e99b484fefa827580bd08085bac9c189c3a7dc1f46053f 0.00 MB 1 0
36,839 36,839 00000000071b88ff33af996026fe49fd4e46272313a585cbe6493853cb9c7b16 0.00 MB 1 0
36,838 36,838 0000000041febda7ffb6e68e81a222bf5263cd8220f0f7c49cfb293357998443 0.00 MB 1 0
36,837 36,837 0000000012ae0789a358b9a4aea3a7e370c3037a2fc98a155b3ef47df70a4215 0.00 MB 1 0
36,836 36,836 00000000378d3dfe57f8817513abed6b953cf464f862d6b57019b9deb3874c32 0.00 MB 1 0
36,835 36,835 000000003a8da901add272ad36621ddc9c195956070244c61ffc4fa12d2b044e 0.00 MB 1 0
36,834 36,834 0000000096e6bf4adf9f3ccd423169ec34c6a4f17e46a4a540d439949b9ef822 0.00 MB 1 0
36,833 36,833 000000001475644dc05a0d08764dd2a04180da4f444b82916a42f0b3d2a23e4d 0.00 MB 1 0
36,832 36,832 000000003ff4745a494e9035bd9a89da4e169469bf7d6be383de9618b374f073 0.00 MB 1 0
36,831 36,831 000000005ca9f835fc998e8419dc19ab3ca969b5872186d5267fa502141ea240 0.00 MB 1 0
36,830 36,830 00000000183526c22d5be49455e4ad2d0add23244e0bb15e73e96a461af16053 0.00 MB 1 0
36,829 36,829 0000000069c071283058fd01afc230eb7950232ed1f0aa0b1e75b7d980c14dc4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.