Memory Pool Memory Pool Refreshing

5,142 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,943 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (289,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
618,344 618,344 0000000000000000000a0754bf3f521e4b4b70b034a240f67a0ab9b66d5bc1e9 1.35 MB 3,137 27
618,343 618,343 0000000000000000000e036134bc0ed5d0e02c5f8289c88b5e0517149f8b4a5d 1.10 MB 2,733 9
618,342 618,342 00000000000000000010fbb55d4578ab89c217395d8111f0c5d3e895e5bd47d6 1.48 MB 2,655 22
618,341 618,341 000000000000000000007d6bdccf596ed63bc14b5f5ebca1c162d2c58920c5ba 1.33 MB 2,825 29
618,340 618,340 00000000000000000004b5207f0d6454bc2abc5a380718797ff15126f23c1abe 1.19 MB 1,897 16
618,339 618,339 0000000000000000000532b14d9acf00ae303b231c32ba34016377da4dc7954a 1.30 MB 2,789 35
618,338 618,338 0000000000000000000e97e82c589cc8da9c46b7275e07e554effdba9fcb3126 1.33 MB 2,989 29
618,337 618,337 0000000000000000000ea759bd5b0c0af04f5699f6f55e4f023997fa32bd8a0c 1.30 MB 2,481 13
618,336 618,336 00000000000000000011973390c8e73df725a9b32af4cee28097e983fba83867 1.45 MB 2,567 27
618,335 618,335 000000000000000000075b2d54027f564b103ae09d9abb70c0a8e1f7581cb555 1.21 MB 2,224 15
618,334 618,334 0000000000000000000d63051360d738749aeb3930e11a8f1dbbf864bb279d37 0.52 MB 1,234 16
618,333 618,333 0000000000000000000da54f998857c9b4a682e8e70c8ccb27d77443257e6dae 1.01 MB 2,409 17
618,332 618,332 0000000000000000000485f5bbc8d802a21386814a8cdafd2e6a98d89888094e 0.07 MB 162 25
618,331 618,331 00000000000000000010fde1f88f24d61d8ac25f613e3a5725558049e8b82949 0.69 MB 1,593 16
618,330 618,330 0000000000000000000fd06f7e00dfa939e60ae1a4f038872b90f0f5878a8204 1.35 MB 2,445 17
618,329 618,329 0000000000000000000d3ad16fb38fe85675030c64d46eaf80c5257c4b48ce16 0.86 MB 1,977 17
618,328 618,328 0000000000000000000998021ead24616b1ed6c0a39cb16162a65bd832492584 0.05 MB 44 18
618,327 618,327 0000000000000000000c5ebc83d90b65381348635ae21f25e959c6a07595606a 1.04 MB 2,471 17
618,326 618,326 0000000000000000000074b73a6fc1656bf4888034fcbaa25ca17965b2ee84b0 1.27 MB 2,896 6
618,325 618,325 00000000000000000006a885e7cdfd8b9bc2e44397384215e397e1ecf2824446 1.11 MB 1,244 26
618,324 618,324 0000000000000000000fccb6c1ca7b9ec77d377ba51ac868a322dd21042f73b3 1.23 MB 2,568 14
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.07 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.