Memory Pool Memory Pool Refreshing

6,215 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (182,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,213 725,213 00000000000000000003d792b366cf3d202e10d86d1f7ed6b662260cd8e516e6 0.55 MB 1,020 6
725,212 725,212 000000000000000000001d50508ec7b4bd633fba190e548b8d22d3da664596e1 0.30 MB 548 5
725,211 725,211 00000000000000000002aafd9f6cd0511beda97dfe58d070918bdd6c198ef683 1.47 MB 1,924 7
725,210 725,210 000000000000000000045e8ebcb8c8b869140771079033dbbdc7ca55b0eba037 0.28 MB 449 6
725,209 725,209 00000000000000000001d8277d49e5b52bf546ebb7d6694f8d2e5857803642cd 0.80 MB 818 5
725,208 725,208 000000000000000000040eef79667b63bab285f79d48b18b23069f22b6b56057 0.18 MB 403 7
725,207 725,207 000000000000000000067e95d57222a1faa5a3e62a4ab0170e03531965ef9b5a 0.33 MB 679 6
725,206 725,206 000000000000000000066f0d5c5eb4d70e3faf7e04cda7e5192caef652f16d7b 0.27 MB 217 6
725,205 725,205 0000000000000000000244aeadc6a725b21c481458ce392f3ef350695da18fa5 1.46 MB 2,893 7
725,204 725,204 00000000000000000009b58c86bf52f8755f5bf814d1422b75efa42fb738e85b 0.47 MB 757 8
725,203 725,203 000000000000000000059a7bb78f7fa45f166399048da9f6505151aedee1f4d9 0.98 MB 1,654 10
725,202 725,202 000000000000000000043f673cf7d614406b6ee5f7d07aab102a6a3a8b23a19f 1.50 MB 983 9
725,201 725,201 00000000000000000006af573b1dfaf8ce9126066bf60200e45b830e100a1c51 1.47 MB 1,799 7
725,200 725,200 00000000000000000004aa2c73c7386c919abaf0929814d64242debdab9a1b28 0.94 MB 1,711 6
725,199 725,199 0000000000000000000807fde631a1f6e2ff40ba9f03a2037e21ca6983f9af32 0.74 MB 1,387 7
725,198 725,198 00000000000000000007fef4c2824fd18e9c0de4b834220a3220d9b4bbb24a8f 0.15 MB 202 6
725,197 725,197 00000000000000000009d7152e574bf9afcf095e676e6baa62c6160e89897fe4 0.75 MB 1,369 5
725,196 725,196 000000000000000000041847be459f8344a1c3006b51390e2708a4258dcd5b0d 1.50 MB 2,419 7
725,195 725,195 00000000000000000007e2562e1fabc30c26c475c0c88f6f52f3718d77a3a55d 0.86 MB 930 6
725,194 725,194 0000000000000000000571bc5e1e1196da06274da3f5a6fc499233532a595448 0.65 MB 1,224 7
725,193 725,193 000000000000000000046e48b2ddfff7e0e6fe985207bcbf7e117feefb5a45ae 1.15 MB 1,652 2
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.