Memory Pool Memory Pool Refreshing

8,525 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (757,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,688 150,688 0000000000000a88923a2f003931f10def69bc7c7077166ab881414719a52a93 0.01 MB 17 77
150,687 150,687 000000000000043dfc083ad3ebdcd1dc171396145c89a9b8156cff75a9e2328c 0.02 MB 37 193
150,686 150,686 00000000000009ed27e7db528ebc7687de312e8e95b9090473cfdb8533a78ef8 0.00 MB 12 14
150,685 150,685 0000000000000b5368608f8d2f09680b115b8efc41c26f24f8d76eeef2407ec4 0.00 MB 8 0
150,684 150,684 00000000000006f458e91d3ae700093f28031f3e9fb66afcdf78aca70333c1de 0.01 MB 23 307
150,683 150,683 00000000000007992a9a730c2bab3ea4d5e166d19a59ec37d044d4b7768db0ba 0.04 MB 108 73
150,682 150,682 00000000000009754c2f437691b5f1073eb0980c586389abb06ced6f125ec7df 0.03 MB 43 85
150,681 150,681 00000000000007794178c752de629c51b679133b7116adf7abe796f81eacc4c9 0.05 MB 70 60
150,680 150,680 00000000000008d8c4df562bc0ad2437033c35d39b86f0ae295a24762288445d 0.00 MB 12 40
150,679 150,679 000000000000033f6b2d1b0dc417535834f93420fbabfb9db226c4556838022d 0.02 MB 36 104
150,678 150,678 00000000000006dbc25698cc1524a1db59680a17302b75586956b5d23d4145b2 0.01 MB 33 182
150,677 150,677 00000000000002a886332fc46b95b49704cf032fee8811c693cd469551639dc7 0.00 MB 9 68
150,676 150,676 000000000000092a0bde8021edb503ed6850632b9d78c9a23706c57a69e84395 0.01 MB 26 54
150,675 150,675 00000000000008ca5f06fa7ab34a4a23466c3ae6583ba4682c18840ce8bf89e6 0.00 MB 1 0
150,674 150,674 00000000000002b433186cd30e36a8a5bce76d048d11a421fff0a8b915c53a3d 0.01 MB 30 82
150,673 150,673 00000000000001df0a6b924042d32b54370dba8a0b994dea47f9326aaddadeec 0.01 MB 16 92
150,672 150,672 00000000000001e98b74efd98bc307684f805fe8b36d1d1792d66b314b9b454c 0.04 MB 115 60
150,671 150,671 0000000000000b4d722a26c939b84f3f0a077f085032bd24e8b87117ed9b4cb9 0.01 MB 14 16
150,670 150,670 00000000000005899fd8c8c2183f42cef4f52c0b13385ee6f64753bf86759a0d 0.01 MB 22 324
150,669 150,669 000000000000047868fdc921bda9e5e7c789b4f0ba099c3f7ccc8a4e15d08186 0.03 MB 105 79
150,668 150,668 00000000000006c9ea4a359e39d86561a48ff03fb27cdf12a58e310e5fd81c66 0.05 MB 92 106
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.