Memory Pool Memory Pool Refreshing

5,745 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,668 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (804,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,897 102,897 0000000000021136a0a3624d42d121ab18e61eebf9550c72541f5239c83df11a 0.00 MB 1 0
102,896 102,896 0000000000023fddf91cac1d25d82a552bfe15ffed1258984448ee83bc6b02d9 0.00 MB 7 605
102,895 102,895 000000000001aeeaa79450159f6d8ac3f6e8842399378e9614470373dcf094c8 0.00 MB 3 0
102,894 102,894 0000000000028177ef40568c059e73a8a3b92ba853fa7bc23e7fc93725e815e6 0.00 MB 2 0
102,893 102,893 000000000000eb95dd298c20067ce6c833e9342818973141c3141018ef60e169 0.00 MB 8 0
102,892 102,892 00000000000188f87471ec1935c4f32a5a48cbac1a9c95a5004bbf5e705f9686 0.00 MB 9 0
102,891 102,891 000000000001739a0fec19a6f7298be283b3a9943a1021c4f94881852ec1d240 0.00 MB 5 0
102,890 102,890 00000000000086ccfa2e9a5189fcf339e135403be33e5aad03bf91bb96c90c26 0.00 MB 3 0
102,889 102,889 0000000000023c3d551fd10ce7f87309315621c60b592d97413555aea6ce7690 0.00 MB 5 722
102,888 102,888 000000000000f28a82e6a4e574a7a30a14f18d038f95f617b479198e938a989e 0.00 MB 12 0
102,887 102,887 0000000000020e18e80df9294d2cbf958d0a537e27544765704e8beadc663fb4 0.00 MB 16 0
102,886 102,886 000000000000cd727cc393fe4025cb298b3bea9d69ddc3c62674919df2057223 0.00 MB 12 0
102,885 102,885 0000000000034035f5153928797a6eb736780cde4129f287de0e5f7335c998f9 0.00 MB 2 0
102,884 102,884 0000000000030b0d0bf46cbf32f6e6cfa533cd6d7f4e5bdf781e6c82e8fc6874 0.00 MB 8 0
102,883 102,883 0000000000000d457eaaf7240307a821e47972e0a0eb2a5dae88e9bac6a99ff4 0.00 MB 11 0
102,882 102,882 0000000000006d5e0a3efec8aad1471541ca725229974ad2593b489d702a0bb4 0.00 MB 10 0
102,881 102,881 00000000000256ce247a913b426b09dbad95c5b82fe88edf67bb65e6d7f94601 0.00 MB 6 0
102,880 102,880 000000000000b751a9da2ea2f98ebce36955c283602bd10847fb79b51490d85d 0.00 MB 1 0
102,879 102,879 000000000002a4378c595b62aece9d86938254a0ab106b27264f2c018bbde826 0.00 MB 5 0
102,878 102,878 000000000002013e07bd37ea7338a5d2aee5a399add90bf54630ce39a6aeee5c 0.00 MB 10 0
102,877 102,877 000000000002e244e05f3db6aa3a59a5f722e2ff71d5a3094eb50f3c5c28210b 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.