Memory Pool Memory Pool Refreshing

2,198 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (827,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,977 80,977 00000000001ec05c2b1d2fa7ace9af910d987c224c3b0b3d62b823fbcdaaca9f 0.00 MB 1 0
80,976 80,976 000000000047256dfd7289b3971a072ff719d4e05b83b51660df3f973c7b03db 0.00 MB 4 0
80,975 80,975 000000000018016baad25fb9ed9fd6ba8ed7ca7118a2969e62cbc86904640b51 0.00 MB 2 0
80,974 80,974 0000000000089f7910f6755c10ea2795ec368a29b435d80770ad78493a6fecf1 0.00 MB 3 0
80,973 80,973 000000000020557c1019661eb09358fc5cc6bbd1b1cd5ccebb169a290b158074 0.00 MB 1 0
80,972 80,972 00000000003841a95e857e15cc5fba39fe9e4bbdadb2c4c3df04fe3fe3f5b713 0.00 MB 1 0
80,971 80,971 00000000001126456c67a1f5f0ff0268f53b4f22e0531dc70c7b69746af69dac 0.00 MB 4 0
80,970 80,970 0000000000415862c0787e14f7c6b71880e1b9873417fb1d41ac9ffb31160a95 0.00 MB 2 0
80,969 80,969 000000000038603316347c11b0515b04e655303ffe8f4e8e03dfb15d3d42e80f 0.00 MB 1 0
80,968 80,968 00000000003e89e2835e3a528992d496a819722349abfbb39593c509827a1cf6 0.00 MB 1 0
80,967 80,967 000000000037d3bb04ea7d32fdd00139ac6cb68940ea3b74883d036007696cbc 0.00 MB 1 0
80,966 80,966 00000000002ef4173457450ad6c45f7085d97d42c96c49143417650514bcb697 0.00 MB 2 0
80,965 80,965 0000000000332acde0c46640f644cad5d236e0203f7260d1baef573348539ca2 0.00 MB 2 0
80,964 80,964 0000000000197072877c0f01224c149b441bd35d081b132f18a59d809d1953c0 0.00 MB 1 0
80,963 80,963 0000000000022dbe4499b238d45a06bcd4865a33341264cd67903c985d12dade 0.00 MB 1 0
80,962 80,962 000000000035457b8774c17f8893beabc75e99d8432d4b85e547567e196ba864 0.00 MB 2 0
80,961 80,961 000000000038b80c3db339baa57f84937198e666ee1796a8b794655fa6b8ee44 0.00 MB 1 0
80,960 80,960 000000000031176c6df39d8616e26707d6b499002b5571e02969fa3b46af9878 0.00 MB 2 0
80,959 80,959 00000000000c5900146b3a037e78f67aa1d9e931f030912d6d52a44026fe12f9 0.00 MB 1 0
80,958 80,958 00000000001797a8b80894f9f6ef848b7cda8f914f6477448d312d670977ab68 0.00 MB 2 0
80,957 80,957 00000000003b7492890ba2d5bda0d281b8e3278d6dfc907aca5eca75349f6401 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.