Memory Pool Memory Pool Refreshing

3,782 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (902,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,583 5,583 00000000edeb4b4261b9247503271235f44d9e3f40e9f473f3956c985865a384 0.00 MB 1 0
5,582 5,582 0000000099bcd42c2f60abe651f157332bedfd2bf7213f3e26baf6923a9022d1 0.00 MB 1 0
5,581 5,581 0000000093a7fcec32118ea5a252c86aa663c7bf8f9e9f07c6d5032b04ec7cf8 0.00 MB 1 0
5,580 5,580 00000000760a45e73301d37ccfc01410ba9e102c30555ae8375d7d8970f07341 0.00 MB 1 0
5,579 5,579 00000000b850d126a3ebd95aa19350b3566f60b706e541af8fe1c9ee415e8e88 0.00 MB 1 0
5,578 5,578 000000005d22e55aa66ce06913bb76074424422fd40e27306ab103bdbd767210 0.00 MB 1 0
5,577 5,577 00000000e381c7ded1f09fcfb6d3b132ec39fc29696f82b45caa719645bc4939 0.00 MB 1 0
5,576 5,576 0000000020f5ab646eb6c6c0edbcedbbd92b64300217cc9d7297cffc0ec567d3 0.00 MB 1 0
5,575 5,575 00000000a5adc84a63c77353b470238f6a27cb436f229849766c7a222493207d 0.00 MB 1 0
5,574 5,574 000000000f66c52ee306c5bb6fa99bddfc40eca4f00ac7f9a9018712c1fb3247 0.00 MB 1 0
5,573 5,573 00000000b669d0b14d368ad802dafa51d94ce86a30cbe1e1c9a58a412ce478c9 0.00 MB 1 0
5,572 5,572 000000005d33fab13686ef8117ed7302cf56310c2246455e4c704d2b4ba111bf 0.00 MB 1 0
5,571 5,571 0000000035502bf9fcaaff088b8434511c180d9edac705bf33c90fce2176d4e6 0.00 MB 1 0
5,570 5,570 0000000083bad28e92c60fe246f53ed363ee63a66a4609b3e13ca107d8c875b7 0.00 MB 1 0
5,569 5,569 00000000a7351b5e447996fe0fd673c63b9fb0480b7d0c9cc4b7b7bf20c9400b 0.00 MB 1 0
5,568 5,568 000000002b222d3291a0225d985af61b45d851aecc6be69854d6b4e73cba6350 0.00 MB 1 0
5,567 5,567 00000000e6e73b624655ba4b4713eee94495c6ede081a6f3fd99304d15fca71e 0.00 MB 1 0
5,566 5,566 00000000fac4c353a6e426c186b9f98e7f600c2f4768af8bae898b738ab58d87 0.00 MB 1 0
5,565 5,565 00000000042f0f3f54ea856a76160609bfb9cb3551085fa0e9f12771e9bad5e9 0.00 MB 1 0
5,564 5,564 00000000be8627e96b08630d714bd2d2281fee73a4c9d84306379ff1034da4af 0.00 MB 1 0
5,563 5,563 00000000f18bd9fbccbdbf97c94b0452572243cf8355ce03204d490ccd19c90f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.