Memory Pool Memory Pool Refreshing

1,580 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (393,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,692 514,692 000000000000000000466336c7338abb84ad8e774d6398b60059ddcd47ca2468 0.67 MB 1,363 26
514,691 514,691 0000000000000000000e05f8936709f09c42f05081f9c0728494e9555e1e8dee 1.09 MB 1,956 28
514,690 514,690 00000000000000000000942cc0d43f2addb87132c6e44788a04999ff6c209669 0.85 MB 525 7
514,689 514,689 00000000000000000011e2d1c501f8f0f0043bca833b89fef449e6f0f92961c4 1.13 MB 2,370 9
514,688 514,688 0000000000000000001f19ddb64b533fe814283d5b2cfd4af3933b8bf4a2f24e 1.15 MB 2,713 41
514,687 514,687 0000000000000000003390213cb42c309ae2f9147933b2136c73774d16267c95 0.60 MB 1,189 61
514,686 514,686 00000000000000000047424142b0f7f10f0f33bff9b5515345e7bb39e7efe9ff 1.09 MB 2,034 27
514,685 514,685 000000000000000000219f52f531800a870d0dad03a8a4f359637aa72ab1f9fd 0.39 MB 584 51
514,684 514,684 00000000000000000023c3cd4ecfa57db7fc54ee830889fb7ae17e7293210c0b 0.68 MB 379 7
514,683 514,683 00000000000000000035bcdec93089dc8cde37b127bf327aca27c6abb428ff4a 1.08 MB 1,923 17
514,682 514,682 0000000000000000001aaebd0bc3aac4e00f8937b233b35b5a3af458fcf244da 1.15 MB 2,401 51
514,681 514,681 0000000000000000001820d95eeb06f10d84178346ed6464fb02013c528d807a 0.76 MB 1,630 26
514,680 514,680 00000000000000000006b54d692fb9307a5036820c4acf7d0ad43e72e682d975 1.21 MB 2,193 17
514,679 514,679 00000000000000000021ceb6925463ea9dfb05c6c66c39ce552c5624e970edaa 0.55 MB 929 34
514,678 514,678 0000000000000000002e38c3a5aae2dd7fc05a21ab04c10865dd64025c72ec5d 1.11 MB 2,486 16
514,677 514,677 0000000000000000000c809023e862b5c932449cd75eb8dba3ec7d85aec9a8c1 1.07 MB 2,225 14
514,676 514,676 0000000000000000001453e5252a21d6d4dd6b76f9a84a661c481318a54cf46e 1.33 MB 1,386 40
514,675 514,675 00000000000000000005d7dc8d7ea82073b9d6c1d5b2d7fd1862a00c197895a6 1.13 MB 1,581 48
514,674 514,674 000000000000000000432eba86ff555f04de2d25260b8ac3f70df96f05d49c2f 1.03 MB 715 42
514,673 514,673 0000000000000000002d6b6c54dd9af8ebb069fe98924e7b4acb5b6d45ebff56 1.03 MB 784 77
514,672 514,672 00000000000000000046a1c3d0ec754f71d1e8dda8635a29d50c4f7d54fb430e 0.70 MB 800 5
Previous 10 blocks ↓
Total Size: 769.15 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.61 GB sent, 93.63 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.