Memory Pool Memory Pool Refreshing

1,198 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,566 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,183 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,565 (823,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,769 84,769 0000000000213254d69d28907aa2d7809fa35d377d623285131ad921664f1169 0.00 MB 1 0
84,768 84,768 00000000001827867c22fdb065e332ed2904661477f0e36add6f9cbc3d669cbb 0.00 MB 3 0
84,767 84,767 00000000002474318a9a61fb213c7f9d98c44ebd32b63efb6b6f23171f2c5b9c 0.00 MB 5 0
84,766 84,766 000000000014584e78e0ffc3c109b0d9488ae3d7118851e66bfc36130c9b2067 0.00 MB 4 0
84,765 84,765 00000000000d34de7f1063a8b13edeedab8735dab3a32b4a46133df8d85e6e01 0.00 MB 1 0
84,764 84,764 000000000007d245fc7e72994a325ef0208065bd8147e3a6821b7e2a7293b514 0.00 MB 3 0
84,763 84,763 000000000019c4c85d8e89cfe348d0b65496220b1768dc171e1663f6954c06ea 0.00 MB 4 0
84,762 84,762 00000000001227531b63c5b680404859d13503b8518555748a53a67df5dcf1f9 0.00 MB 8 0
84,761 84,761 000000000029fe4e74455d762a256a752420ff4e00dd1ecd459b77c689746504 0.00 MB 1 0
84,760 84,760 00000000001f0c9addcb88fd5c4e1c78252745caacb9413ea4c3fd1d738ebd5e 0.00 MB 1 0
84,759 84,759 000000000020f0ec0d81a9ea2de6df01d4200c94e81c7bc21a510c48c1a2302c 0.00 MB 1 0
84,758 84,758 000000000025f33ea36719253fd481dc39f7eb632db5b6a069c70c4843a0f59a 0.00 MB 1 0
84,757 84,757 00000000000c4b7b9001ba390c31e452c1507460272609272b482bf3f8573fea 0.00 MB 7 0
84,756 84,756 0000000000088880a92fec4be64353414a1239b4236e34c591f8ff05b44918c7 0.00 MB 5 0
84,755 84,755 00000000002ba8389c27dc53b0b89662524b7aec9d3283f3e8bebb3a6317ff4e 0.00 MB 2 0
84,754 84,754 00000000002044625a12351e51af9a42a156902c42940f0407ba11495a46b664 0.00 MB 6 0
84,753 84,753 0000000000048edacbc5ddbc45f107e8e488a42fdbbdb196da1fceb7a5d886f5 0.00 MB 1 0
84,752 84,752 00000000001a34590a3db5f28bb47d7cf80f0c73e65b482727438d5af3f0bf85 0.00 MB 1 0
84,751 84,751 0000000000078127488165b81d5dff868b4eee551ba35335b388040019d60161 0.00 MB 1 0
84,750 84,750 00000000002e2bb1e91ec66bdd84e2bdc2accfc8040d46b2764c1ef526eb90ca 0.00 MB 5 0
84,749 84,749 00000000002c5fd6772f0be185fe46c2aab1692fa571b5974cbdaf256c721dec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.