Memory Pool Memory Pool Refreshing

1,620 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (871,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
36,828 36,828 000000002025ada4d4762e4312d64c5bf58cc0d65bd5f97456a2e0ce0b44e654 0.00 MB 1 0
36,827 36,827 00000000b87309d81b8e7fd2c7ad5919f829c349be965400272fd52718a1209e 0.00 MB 1 0
36,826 36,826 00000000557c1a039256edc50e1f1a4acd909f6f9fc41600c8f9501092ed767c 0.00 MB 1 0
36,825 36,825 00000000358984a94f79f9c0672d3efc098aa49b6d5f8c741110c22f3e3f9694 0.00 MB 1 0
36,824 36,824 000000001612a4eec272e5d3928801e6cec8742e387c97a43f39e46168d378a0 0.00 MB 1 0
36,823 36,823 00000000788d74407bf51095116c1685cff59a9d06a3fefbb58382ef859014fb 0.00 MB 1 0
36,822 36,822 0000000075d43c5ec975822d2515889b238321250c26df6fe5e34b721493e235 0.00 MB 1 0
36,821 36,821 000000005d93cdd6b27ceb52f1598ae4678834c3b11c3720973ad32f399ca005 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.63 GB sent, 100.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.