Memory Pool Memory Pool Refreshing

696 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,890 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (528,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,027 379,027 000000000000000009339c89bdd556492044a866f0454029325b0044d57d4514 0.76 MB 1,583 38
379,026 379,026 000000000000000003dd7b678c4b403b36cc2655aa738959b29aaa16bc9e8be7 0.50 MB 1,081 37
379,025 379,025 00000000000000000903587286307912355fc8626b4a7a8a138028d910bb5cdb 0.54 MB 1,100 39
379,024 379,024 0000000000000000063be14fd13310f5102d43ab8a2764882cd07dd3304c7b83 0.77 MB 1,584 35
379,023 379,023 00000000000000000db704f6c880bbe77b5dfb2157992ee931dd7c60096c83cb 0.24 MB 357 29
379,022 379,022 0000000000000000104bc6c817bfd1262935c3bbe4c6185c59d455af2d2e9e25 0.70 MB 1,354 37
379,021 379,021 000000000000000001dfc6d61278b592b735d291dee12450de6d33c8b3bfdb98 0.44 MB 817 42
379,020 379,020 00000000000000000d3afd598ef7076625c66b861b733ac2f960d7fb0e11f093 1.00 MB 1,597 25
379,019 379,019 000000000000000011b08ea0bcd8b7a15e56dcc7e5c5d4d1808e13cce68bd111 0.93 MB 1,912 37
379,018 379,018 000000000000000009e48be1c51d390038689385a03f52772fbe3471e77feed7 0.86 MB 1,192 20
379,017 379,017 000000000000000009195b129c93fa0f99e016cdf4f6ad8ad7d8b3e4b0a4fe53 0.93 MB 2,761 58
379,016 379,016 00000000000000000f91f728d954afea38f002b03f0fe1b6ae73cf3d9912fceb 0.56 MB 1,016 33
379,015 379,015 000000000000000008ac0fabd40109d3f672f97e21a826b3764cc53d65ded77b 0.36 MB 697 35
379,014 379,014 00000000000000000131670830296b0b5f675759bcfbc3bfa31fc6263552f8c7 0.86 MB 1,602 40
379,013 379,013 00000000000000001086cd54aa0ccb21d0dea24afe6279f50e1d0fd8e520556a 0.84 MB 1,709 47
379,012 379,012 00000000000000000a9515d0afc7402b073b16949dd27d05bdec13fe6510f761 0.33 MB 560 29
379,011 379,011 00000000000000000525c0e0148c1fe851d1f1aa3b2f90b4b6610ac4982357ab 0.32 MB 685 36
379,010 379,010 0000000000000000057398f2ce68dd739fe592dca751422178d09a6532a2df61 0.29 MB 713 39
379,009 379,009 00000000000000001011005e5555db3bb47695d03ee1267b0811a20833b6abb8 0.26 MB 514 28
379,008 379,008 00000000000000000e018e0f8258fd1f6f27d584a513b94ef0a3045a1363a692 0.19 MB 315 30
379,007 379,007 0000000000000000086233f4843682eb47bacb58930a5577fbfd5c9ebd57ddf9 0.11 MB 133 18
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.62 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.