Memory Pool Memory Pool Refreshing

4,443 transactions
1.38 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
907,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,661 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (8,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,897 899,897 000000000000000000003740363a3954352ec7d0a79016c291ee2c5b0e2d0adb 0.22 MB 271 2
899,896 899,896 00000000000000000001ed21833f62f504a628adc12e5dbeb8d0b36ef231b023 1.61 MB 2,072 1
899,895 899,895 00000000000000000001a67915eaea7e912c6eb909d7c40e3335ae74a13cdaee 1.65 MB 2,714 1
899,894 899,894 00000000000000000000cb2158d05b961f75d1e05bd5150fefe2d66ca464bfcc 1.38 MB 1,401 3
899,893 899,893 00000000000000000001cc3d211a7d9bde8135eebe525a3e488f4e2e03d6110f 1.24 MB 1,439 3
899,892 899,892 00000000000000000001694b3cb63ced88ccccab310ac7c29445661cf6dca690 1.68 MB 3,603 3
899,891 899,891 00000000000000000001b1ba2e83573d54f2ea19dfdaac59257cbb2fdd7aeac6 1.70 MB 2,851 5
899,890 899,890 000000000000000000003f2fa9d509eb35ca303fc2b1be6a2c9a9ed5abfd171a 1.62 MB 3,732 8
899,889 899,889 000000000000000000016234f4bdc7f7bb2673cccfad2d199a1aee7bc9c63412 1.61 MB 1,624 3
899,888 899,888 00000000000000000001059c8ff7e9f0d05bb8c8e1daa661c9a348fc25f66f31 1.24 MB 2,538 3
899,887 899,887 00000000000000000001978a1f6c5c1ad7465b113afd9da73ced509cb84f33b6 1.30 MB 2,551 1
899,886 899,886 000000000000000000017699680ba437ca4dccda5bb246c0ee855ad126524dbc 1.52 MB 3,369 6
899,885 899,885 00000000000000000001c15566c6eb18fe5a7c928d982ac50b5083dc39fd1901 0.30 MB 903 1
899,884 899,884 00000000000000000000180df5978f36bc449fbe3a1c8c9be88bf45f86a3a911 1.53 MB 2,202 1
899,883 899,883 00000000000000000000340f7f2b6f961594e3dec7370424c268e48f24cf4259 1.75 MB 2,238 2
899,882 899,882 00000000000000000001d4852afe7045e843046b006a746bfb6e865077acd297 1.18 MB 638 2
899,881 899,881 00000000000000000000a1164cb3e7987f7b57dd9e275a133ccbb7d266e42740 1.62 MB 3,486 2
899,880 899,880 00000000000000000001f2239dfbf349cb1b5575b1849696dee79e5b2cc79206 1.55 MB 3,949 8
899,879 899,879 00000000000000000001eccfeef7db1420810ee709767135f82507ad9d14c6dc 0.82 MB 1,667 3
899,878 899,878 000000000000000000010d63222eb7e3a45e39da8ac513c3161e5da92d5e9389 0.32 MB 942 1
899,877 899,877 000000000000000000013219b5f7c17e9013c3ad24a6d221798d479745bee63d 1.49 MB 2,608 3
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.19 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.