Memory Pool Memory Pool Refreshing

6,159 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (183,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,686 724,686 0000000000000000000052f1d93d3faddb4fce24d4b185c73e97d0d02a54208f 0.10 MB 254 9
724,685 724,685 00000000000000000003cca59f8386142f8da65d7117ab683235df132a777b4f 0.75 MB 1,072 7
724,684 724,684 00000000000000000003ef2f587378d8916d77eb19c9a8bcdc5df31dcc27ce95 0.89 MB 1,183 7
724,683 724,683 00000000000000000000697d7031cb4599a747d2e1df5eeb2c79685f571fd0a3 0.82 MB 1,022 8
724,682 724,682 00000000000000000005440db7de6a302289faf96517d22c4cbe96df9c43e129 0.06 MB 83 7
724,681 724,681 00000000000000000003e4fbd2555ee53cc05c6a32568ef529df36f4863237fc 0.44 MB 660 6
724,680 724,680 00000000000000000000d2f8d13c136f823ccd7011be161a2020a562ecbb3728 0.84 MB 1,161 7
724,679 724,679 00000000000000000004ed1c721995dfc388a4dfc318279dced2ee81c56b4490 1.53 MB 1,637 6
724,678 724,678 0000000000000000000706b84ace9b312a005672eb91f9e8ae200b89d61b5b6b 0.49 MB 391 4
724,677 724,677 00000000000000000004c87f07e8fa989d511acc3d2fc5a6fe7f4a7ddbe1a898 1.62 MB 1,644 3
724,676 724,676 000000000000000000007b48a0c34d04ffa26fd60e81ff1a4d930ff6360b69f8 1.30 MB 1,702 6
724,675 724,675 00000000000000000006cdc149b616b59a92e4e8dedb68529a579ed287a1b891 1.36 MB 2,411 7
724,674 724,674 00000000000000000008e48e56efcb38acfa0a744d6b6b9fa70a35b3425470d6 1.50 MB 2,581 12
724,673 724,673 00000000000000000000a38b12ba22ca48566cffb2251ea5d188ecabad86ab04 0.57 MB 1,061 8
724,672 724,672 00000000000000000008f5e76b4eae8f69a76d326268e40490e6a9e4ab289cbf 0.52 MB 695 7
724,671 724,671 000000000000000000021dfac4299b0872d92a6e28a95027010feed4f985b7dc 0.52 MB 1,204 8
724,670 724,670 000000000000000000024b208ce7149abd052c8688db4dd4b0d510917116bbb9 1.53 MB 1,566 1
724,669 724,669 0000000000000000000065cc9ff1214f22bf99d9f32ceb53514b46631f064853 1.50 MB 3,123 7
724,668 724,668 0000000000000000000662b68e540c339e04c28c858b2f50234d4ec526fdb37d 1.44 MB 2,630 16
724,667 724,667 000000000000000000097bc799477501ab2978b57a3bb1af7172461719bfacfb 1.36 MB 1,346 3
724,666 724,666 00000000000000000000ca2d32d14a0758d45d6117f546384f16447f4aa2ea8a 1.46 MB 2,420 8
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.85 GB sent, 93.05 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.