Memory Pool Memory Pool Refreshing

72 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,964 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 53 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (695,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,195 212,195 000000000000044dff464018ae27208c204125b2574d28a1a46fabc1b028e2d3 0.05 MB 126 313
212,194 212,194 00000000000002bb764e32017a4bd40fe93c97af9de13cefc81ee203803f373c 0.03 MB 84 36
212,193 212,193 00000000000002b5a17a0cded347c1127b9c05728427b4c33b17190cfc184fea 0.15 MB 333 182
212,192 212,192 0000000000000229244080802209a84169257cb2f5f24c62c8f35bbf6ce48ef5 0.09 MB 181 127
212,191 212,191 00000000000004cdbcb8d30aa88a3a6b53557736cc76815dda6e1ec11e41f087 0.11 MB 251 148
212,190 212,190 00000000000003d3d81530c97fc3a387144891b356dc31ae67446e0d2cc2fdf3 0.16 MB 230 90
212,189 212,189 00000000000001f3638007c990f5680d6dc7ad2632ce130fc76666cabbb180bf 0.20 MB 373 154
212,188 212,188 00000000000002b103d3321bc0269e8437a56e9b34bbdf03444679940d9f8f9a 0.25 MB 696 195
212,187 212,187 00000000000003b5131967a3d3243c670d4d4fb15cfb65e2a2fb99efae9cd4f9 0.28 MB 521 333
212,186 212,186 00000000000000fa065bb1d90ccc49a71dc6fce07cd9acf7ed29cfed515e5449 0.25 MB 853 243
212,185 212,185 0000000000000271c67dcfb18fe68d7e8eac5f1f50013e907dcbf8c661acd3f1 0.25 MB 337 122
212,184 212,184 000000000000003c29ed8bc48c513b756661dc65651c00cb49e898b9aa2b783b 0.25 MB 839 268
212,183 212,183 00000000000000b87c675694f33d24c4715f94b7d60473947c5532b70f1bee1d 0.06 MB 122 129
212,182 212,182 0000000000000262958c380e151788f74d18f8d4fd24ef92a08d85a9f897421c 0.07 MB 133 129
212,181 212,181 000000000000033d7355b23f8abf3ac5f3ddb50072ca6bfc5f56294f8cc3b0fd 0.25 MB 503 155
212,180 212,180 00000000000004283e106be570ed46ca17ad81f003c633af8177a73637eeec73 0.20 MB 571 216
212,179 212,179 00000000000003804088aa3743e265b2ce51c07b6fb9a4bd51b22393b301657b 0.05 MB 149 66
212,178 212,178 00000000000001e1e498ba02a63ac1b0ac1a51a275531be49f6638d7479e8136 0.42 MB 856 163
212,177 212,177 000000000000048c4a714ae08a7279350e1ea6d715708c3620f7b054e0b75696 0.25 MB 538 292
212,176 212,176 00000000000003e54445f7f3f26b24734887a80ccd8f0e29732b38c3c9196fc1 0.11 MB 175 130
212,175 212,175 000000000000046b3c01f3eb537d872761f94aae199da52c8817d23b38bb6659 0.20 MB 493 209
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.32 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.