Memory Pool Memory Pool Refreshing

5,511 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (308,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,034 599,034 00000000000000000007a45e3dcb4e5098f4ce3eaf3b9a193c2c829ea8553a7c 1.36 MB 2,882 10
599,033 599,033 00000000000000000009d86cc325253a6629559065df3289e633db6802a24dda 1.28 MB 2,487 49
599,032 599,032 000000000000000000128902866d6395986aed21eb92f9a5d18218aadea10148 1.34 MB 2,791 41
599,031 599,031 000000000000000000119845ca350a069c511f51719ff3d6f90b9fdad5296d75 1.23 MB 2,416 21
599,030 599,030 00000000000000000011920ca154787c327e3b5e9c72f76119cc31286c4664aa 0.44 MB 1,405 3
599,029 599,029 00000000000000000015838d4f9d4b1e67f218678c66116988c732cb91b5da3f 1.23 MB 2,868 14
599,028 599,028 0000000000000000000c5c1f0feba27096fdd4043190e7ced905418ca56e1065 1.28 MB 2,675 30
599,027 599,027 00000000000000000015038051ab218fe41c9b5547a5a67e9722cdac1be370c6 0.27 MB 824 15
599,026 599,026 0000000000000000000148fe6901a82f855a2bca7e43091723438c8d5a09415d 0.66 MB 1,680 20
599,025 599,025 000000000000000000141fbebd8e1eb4d01d57c8a008e9bad5ee3dfb3a79e63e 0.01 MB 25 31
599,024 599,024 000000000000000000122a9672fb51d60455cdfe8cfb3301ff9b2ff00d65841a 0.29 MB 888 19
599,023 599,023 0000000000000000001056181a8ef7e644a0e248dfa33baf66e01b92d74fb260 0.58 MB 1,404 19
599,022 599,022 00000000000000000003642853e89e60cb6162402124947c9f28d6bebb6edb90 0.84 MB 2,099 20
599,021 599,021 000000000000000000106274a93beff4743c796f543d270c1cc63a2e50d36c6e 0.94 MB 2,662 9
599,020 599,020 00000000000000000002f7b19f6dbd647de8837fa651b365a6651847cedcded3 1.28 MB 3,025 25
599,019 599,019 00000000000000000007b6b07e60e209ec95ceb28a1505d979ce31e52cd6da57 0.13 MB 296 17
599,018 599,018 0000000000000000000efd3ec8c222e6658d5abb90b1bb91a075b625a0a3d5ee 1.27 MB 2,616 16
599,017 599,017 00000000000000000008372a0a639cce214906e33b7bebdbd7431f273d676cd0 0.69 MB 1,838 17
599,016 599,016 000000000000000000001b78273fe944faeeaebfaccdfa5159166745e63a3446 0.46 MB 1,253 19
599,015 599,015 00000000000000000003c3ba77e06b77410113363ab7117590c3542e34609a23 0.36 MB 850 16
599,014 599,014 00000000000000000007c82a7bfb9be684f5fb29c0e79b3754bca81d7b6f6673 0.04 MB 92 21
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.