Memory Pool Memory Pool Refreshing

1,230 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,798 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,797 (41,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,802 865,802 00000000000000000001c86ad03f781031ae73b7f6245b2e2ec36cf342cfffbf 1.51 MB 6,508 28
865,801 865,801 00000000000000000001a36276a6e00fb9b9c3993ec6f6a46f0874a8d6d9db86 1.52 MB 5,718 26
865,800 865,800 0000000000000000000282f1b0de8ba923d6e245d0d790b33d78209ac70b01ac 1.48 MB 2,682 12
865,799 865,799 00000000000000000000314da0cc2933528b4d6699d7fe792f351b6a11d359bd 1.61 MB 3,209 14
865,798 865,798 00000000000000000000eed160408e710361813fa169ea492f85a21a8ab815f5 1.62 MB 3,487 21
865,797 865,797 00000000000000000001424067259a4cf12dc80266c7dbf943d5168062bfa6d4 1.58 MB 4,875 15
865,796 865,796 00000000000000000002d0e3a2d926e788831cf0b6a60235bc54f83777ce9949 1.92 MB 2,003 18
865,795 865,795 00000000000000000000bd52e9de6998a008532a8ccd65c483e69936e65c268a 1.57 MB 3,830 30
865,794 865,794 00000000000000000002c2ab6cf80aa2bb20c4587231fb693791c0b3477b68df 1.48 MB 6,249 33
865,793 865,793 0000000000000000000084c0a7b2a1defcb82daa417f57a1497fcd4bcc2af012 1.58 MB 5,905 19
865,792 865,792 000000000000000000024eb4de9335ff9d2048892c7cb59fef4b09ede84309eb 1.53 MB 6,057 28
865,791 865,791 00000000000000000001eee32cb1673889d7e8a81240fa6550234a29e80929ba 1.45 MB 6,673 40
865,790 865,790 000000000000000000028ed3ff68aa9c1ff09f2adc1e55aa2cc45ef54e881f72 1.44 MB 7,231 49
865,789 865,789 0000000000000000000295b4fd0aef85c0c594e26c6e91db8985c99f8baceaea 1.48 MB 6,022 10
865,788 865,788 000000000000000000009eec8fdd61f717e3b62f587657cd89991a8718c0d611 1.50 MB 6,345 12
865,787 865,787 00000000000000000002125b8aac5618aee5234d12d06fb33123f0cd10fed608 1.53 MB 5,922 7
865,786 865,786 0000000000000000000245bef3bb118533db646644b9bfb87264cf5e161a37fa 1.73 MB 3,032 5
865,785 865,785 0000000000000000000049274a308a6f81c6d435cac71e33ee653868d85c2c3f 1.59 MB 5,054 8
865,784 865,784 000000000000000000023857b441fc80e39a37945c5f6ca9731c87427af3c1a2 1.46 MB 4,078 8
865,783 865,783 000000000000000000006aa74d286778526c1a6b72cd0c8d2ff16dfe5d647f7a 1.36 MB 3,510 9
865,782 865,782 00000000000000000001dae13621fded220f684ad4292dd9689852bb6155ac4d 1.68 MB 4,617 13
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.70 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.