Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (718,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,832 188,832 00000000000007ff08c144c30b623c6673c67210812aa15266fe54bb299248ea 0.03 MB 89 174
188,831 188,831 00000000000003217dfbc8ecd5611857b4634151eae8dd98e8fe7ab23763d83a 0.06 MB 173 112
188,830 188,830 0000000000000374959ceb59227eae97b194d9d16957bfa19bc30ab5bb5e8a31 0.02 MB 44 112
188,829 188,829 00000000000000ccd9ee723afb98f20bf47b98c111dea67fc64ad01ff8f0b527 0.01 MB 32 71
188,828 188,828 00000000000003bfa7f3c8d827e297ae0c40d9e59df85a457ef9f789e0930b8c 0.03 MB 103 254
188,827 188,827 00000000000005be22da591a1b1e7b1dcf23b00c7824033f4bcd637d54270757 0.01 MB 26 30
188,826 188,826 000000000000064f8f7200bad248b4814ab1ecf81eaea93833ea0b453b41627c 0.03 MB 80 81
188,825 188,825 000000000000029c50463106e7db2a622aa9f611c05313f93bf57dea0132c50e 0.06 MB 138 83
188,824 188,824 000000000000007a19a5a2302716cbef9243f328256b3fad9dab97c6c3d62534 0.04 MB 78 91
188,823 188,823 0000000000000538062ccab0b66a24a7db92309f234a337adc9f34708aab84e3 0.03 MB 40 68
188,822 188,822 00000000000006d541ea1a69583d996067163ccf803b082ce6123e11b1051c80 0.06 MB 152 119
188,821 188,821 00000000000000bc48fb5465ff8ec46d7231bf7a62f3140e0602d9acb4216325 0.03 MB 111 17
188,820 188,820 0000000000000820c981c83f3ade108baf60ac92ac368412a60c3bdae95bd112 0.07 MB 94 125
188,819 188,819 000000000000074acde812150012efc06f385291395b2624a0f7144de6d3c0b9 0.08 MB 175 88
188,818 188,818 00000000000004a029b0e3a70e0676d6945146dddbe86f6911209dae87ba8aa8 0.06 MB 139 123
188,817 188,817 0000000000000295df119db2d63b6f2d6ea33196fae5f825cb4323e06d0c46f8 0.03 MB 88 109
188,816 188,816 000000000000051d9fa2edb8bb1a7e2466a91e2244222218e94057e0aba50545 0.00 MB 13 121
188,815 188,815 00000000000004d4397b5430330d384fdff9fa8b4aa0ddf9090897fc813bb82f 0.02 MB 58 58
188,814 188,814 00000000000005f660beb2d50f2c46c591b143f9dc11bb8a48e6f628e4ed4a96 0.17 MB 253 98
188,813 188,813 00000000000003f7589148a32bfe2aaf26aa4dc13ca184b58bf2221c5363c9b2 0.05 MB 123 82
188,812 188,812 000000000000080f811502fdd6dd4cfab9580edf6b234b09f69e9c41183d96ca 0.01 MB 23 72
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.