Memory Pool Memory Pool Refreshing

8,071 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (778,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,775 129,775 0000000000000cb4d544ad59741c7f7dada4c0a37a8e455e738003241ebc4628 0.03 MB 89 1,981
129,774 129,774 0000000000001c4942ec2e248fa714d31ae48896a19bdbfca91187697b994dc0 0.04 MB 121 284
129,773 129,773 00000000000016fe2cbe894c6d29c81161ae0f517890ec3d64a01f6fafdf70f2 0.02 MB 36 841
129,772 129,772 0000000000001b4206932b8370409da38d22311781dc6c21fa26946eac89d4fe 0.01 MB 22 1,065
129,771 129,771 00000000000019ef718183b4dd2e3c0bb1268e2122d4fb2132c1a3ffda97d246 0.02 MB 51 875
129,770 129,770 000000000000058cfb58a593cf77a0ef204a49b7ebc898b47267a02c60f45b2e 0.01 MB 25 1,311
129,769 129,769 00000000000018062905c2005ed8564c98a3b9ae6eb664e23d34bec063186dc1 0.00 MB 1 0
129,768 129,768 0000000000000ec47cc1896b82f2639e16fa9f9b13dd647cc8278245334c6ec5 0.01 MB 16 209
129,767 129,767 0000000000000f05c3ea1e9003582785cb5d415f9e50f54a28414faf875d0fff 0.01 MB 18 416
129,766 129,766 00000000000008665a6af988f5f4c1d0b265be570d0cfb781d24d318e334a6bc 0.03 MB 80 412
129,765 129,765 00000000000013a8ddd619271c44274753955d4a56cb50432e48280431bb8faa 0.01 MB 30 849
129,764 129,764 0000000000000a05e26a848239fd74cad4b23f65fbaf29f0eac58ca4eed84cda 0.00 MB 9 341
129,763 129,763 00000000000016539e87bd92aa5337b565969b294cd49f989233110a9cbeeeea 0.03 MB 86 968
129,762 129,762 0000000000001746a6988abbdad89c116fc8975c6601659dfacc20790a4f8c53 0.05 MB 32 913
129,761 129,761 0000000000000dd375c68e68b938f89c46dd25f05ae4d9297e039cf148ad0d3c 0.00 MB 2 1,715
129,760 129,760 0000000000001b0ef6aa47e1b48c3e779509d52153ec17badb85342b9355b32d 0.01 MB 20 917
129,759 129,759 00000000000019dfd750f1f28bd8b4278176b7241517c2595a0e1db153444c5f 0.01 MB 10 808
129,758 129,758 00000000000004b9ed2bbb4c04ba9a3fdde81dedb51706bfd4942b35455c00df 0.02 MB 43 217
129,757 129,757 0000000000000dc2d125bdc62d880c004bf0aca6dd4d35e4cdc8a6abbc0861d4 0.00 MB 5 0
129,756 129,756 00000000000007a4fd8d6ed07441e4e26121ee3b40209e5ebb040bed932127f3 0.00 MB 11 806
129,755 129,755 0000000000000d5e5dd37e8ce23d77808ad2c88fce314dd655c3db7a325489ae 0.00 MB 11 1,085
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.