Memory Pool Memory Pool Refreshing

3,407 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (55,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,899 851,899 000000000000000000033d5bf233d0da0b0f69073cb4c274a648a78054095d35 1.67 MB 4,104 5
851,898 851,898 000000000000000000017afd717745a90e848f4d1bef78fea8e7877138dca162 1.46 MB 5,369 7
851,897 851,897 00000000000000000001cb60010142c6f3f9570123f888b3900e9493107c4de9 1.53 MB 6,512 6
851,896 851,896 00000000000000000002c37074de4303472479c11d6ec073a1a4255f767019c2 1.73 MB 2,857 5
851,895 851,895 000000000000000000001ad48fb3796fd60a54b380af8750e46109c286afe589 1.53 MB 7,217 6
851,894 851,894 0000000000000000000146bac760e00dc75e10bce310db58b348e4c0f0cc5d84 1.45 MB 6,559 6
851,893 851,893 000000000000000000033fbcb461bb453577ef3b62b7d51ef899854d9cb27f5a 1.61 MB 3,825 10
851,892 851,892 00000000000000000002b91b44f738af8dd100f837f9ec2f41b491b40ef31fee 1.53 MB 5,268 6
851,891 851,891 000000000000000000024be4d7b78dec2c2d0f00cef2548f1b27aa82fb245974 1.65 MB 2,705 10
851,890 851,890 00000000000000000001be73a56dd1f59d375a54fd2099f34b16e941d1020995 1.50 MB 6,721 5
851,889 851,889 00000000000000000001d4f3d083a75e8475d853d9e4dc54e09ad094a9cccc64 1.45 MB 4,034 6
851,888 851,888 000000000000000000006bb819e481ae940b1a809297deb78ac719a73a821d15 1.55 MB 3,358 9
851,887 851,887 00000000000000000001b4fc3e063854c3fadca0d7602723530f606bb7bac6e8 1.55 MB 3,199 14
851,886 851,886 00000000000000000000a73476b4296efab056e77370f9a6c1f9fa8839e1b77b 1.50 MB 4,002 9
851,885 851,885 00000000000000000001ca8b5e19e2ea593de41837a7441efb8c9ba6d0bc4868 1.67 MB 2,887 11
851,884 851,884 000000000000000000000203a8768591a27bf75005678df6ed7bfb23b4b3b8c3 1.59 MB 2,877 9
851,883 851,883 00000000000000000002c91bba97b5f02952d467d008b334907c312b2bf6571a 1.45 MB 6,128 6
851,882 851,882 000000000000000000000b0c389242bdd0e9dd1b4bace81a557ed0e8fc748fec 1.55 MB 6,792 5
851,881 851,881 000000000000000000004a81f0cb5b18ebca92c0247456e754c8b8a85005c1ac 1.49 MB 3,147 9
851,880 851,880 0000000000000000000224edfac924106e71d854fbe8e8e418ef84f5122a0154 1.58 MB 4,990 6
851,879 851,879 00000000000000000001a68d266e7fc53bc7b528a267981a78ff0df6ecabd758 1.62 MB 2,316 9
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.