Memory Pool Memory Pool Refreshing

2,972 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,754 (499,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
408,752 408,752 0000000000000000048e130f7e263f082833fa12dfc15e23a24c994475758dc9 1.00 MB 636 19
408,751 408,751 000000000000000003690b611f3ab86494f56481c14c866c84f2bda034ad6777 0.99 MB 847 17
408,750 408,750 00000000000000000135db4c39a6861acb44a0d93579fadf9b56f8341db33155 1.00 MB 2,298 40
408,749 408,749 0000000000000000005ead157b99dead095757c2ca9a4ceedd3fc118faf94dad 0.93 MB 1,718 42
408,748 408,748 0000000000000000055d42b516957a67e3729c3647080068d93b2be696b246d1 1.00 MB 2,502 56
408,747 408,747 000000000000000004f6a1fd9f944b236aec9bce3340d1956c15a60b7f1de400 1.00 MB 1,427 22
408,746 408,746 000000000000000000234ba7945b1b431a420e48ba3190ac33f26cf3db6bf193 0.00 MB 1 0
408,745 408,745 000000000000000001e97f04e71be253287d50652b9ca0649bd3fefdce71ca3e 1.00 MB 2,414 47
408,744 408,744 00000000000000000351e779d92600a999c825af7f45822da2d9e3b7d6aa80f7 1.00 MB 2,408 37
408,743 408,743 00000000000000000313b4c769cf689877380e0ebfc0b4c65fc42400fdc8097f 1.00 MB 3,220 77
408,742 408,742 000000000000000002c17eb95c343027858e592bc427264f2d4113df5bf7d742 0.99 MB 1,681 19
408,741 408,741 000000000000000005a655c8912e13fa5a762dc83bc81774e7e4a23bc061faf5 1.00 MB 2,532 47
408,740 408,740 0000000000000000004d74f32587541437b75e22cd85e24350541e3a8f105b8b 1.00 MB 2,842 45
408,739 408,739 00000000000000000550b42ba6789e0ab84319e03f1b23f4e93d6cc806df5bf2 1.00 MB 3,369 72
408,738 408,738 00000000000000000519cbfd169c30488b38e97f2d5d946982998287d70409fa 1.00 MB 2,442 42
408,737 408,737 000000000000000004aeba265f740c07d001027944d69aaa6e49c4bb03abf10d 0.36 MB 445 26
408,736 408,736 00000000000000000124575bbbaf146a4074c3ce99fecba0e4a9907c937fc274 0.43 MB 1,024 39
408,735 408,735 00000000000000000001748a2a47079cb4e785df78ecb600c6a92e73965f24ba 1.00 MB 787 16
408,734 408,734 0000000000000000033ccb46e3935fd08d18043eecf0551dbe516b01e706d189 1.00 MB 1,021 17
408,733 408,733 000000000000000001d41985ff7fddb14e5a4ba65ee12d5e4bbabba5ad5540d8 0.99 MB 2,307 34
408,732 408,732 0000000000000000028c27520eaa27c3910f5f7fe0985e961b61aea072269c02 0.99 MB 3,012 47
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.