Memory Pool Memory Pool Refreshing

718 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (693,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,372 214,372 0000000000000471c6f4f6ec44d6727b9bd7256270f95d8b493030ec34a69d67 0.12 MB 325 184
214,371 214,371 00000000000000d7167fa0dbf807ad748f1137503bac0aff74e2d2f2375f75c4 0.25 MB 600 171
214,370 214,370 00000000000004e44cbb08af1271fca6a03c7d38ad910eb9ad5bece59490794e 0.12 MB 232 159
214,369 214,369 00000000000001d8e6edbfa0a313002310d342f12b49a72503f132fa0f3c766b 0.03 MB 105 61
214,368 214,368 0000000000000085f6857515c34983e8afbe6021cd3e670f6cf91843802a7d08 0.20 MB 445 175
214,367 214,367 00000000000004ac27f25be6a97ed6a9e8414beb83e74ffe14d520ab9502568e 0.00 MB 1 0
214,366 214,366 0000000000000505a721a0190a23cd15cb190d737f2b85bf6672a408f31e84f0 0.21 MB 344 128
214,365 214,365 0000000000000035aec13529ec2d4c1935d03fa39e84a12bf4592cafaf716fef 0.20 MB 395 164
214,364 214,364 0000000000000030459f00b323971e41ad79a6cd1f6b5102f53d5eaef95d2881 0.05 MB 127 157
214,363 214,363 00000000000001b41eb98589c7a54c836cc654f8fd242bb131ba10e1be281f74 0.00 MB 8 609
214,362 214,362 00000000000003c013e9cf47ed177f2db4fd454613278ad1622c39504234df32 0.03 MB 73 195
214,361 214,361 000000000000011155e3209ecc98f296fa90c2c074f2923dc66f8b90ad8cdc96 0.03 MB 69 147
214,360 214,360 0000000000000029a7f25f60dd6e57fba0e29b788e253007cb26fbc988a918a5 0.08 MB 127 149
214,359 214,359 00000000000002844f17bb12ab831e075e31beda441d4f2943eeb511bbf5bafa 0.15 MB 362 167
214,358 214,358 0000000000000488a4478456417ae462e81bd85cea3396caa544439bf998bfa8 0.18 MB 298 72
214,357 214,357 00000000000004ee223d3f9a01c25158ad1fce1b47a50696faafcc66f9bb6f5a 0.25 MB 630 198
214,356 214,356 000000000000018c42b817f6ffbc754448efcdd0069a68002e93d546eec090d2 0.03 MB 75 187
214,355 214,355 000000000000010f482f0817e53601b8278b3b392f5365e4ba3a38cab4d3eb56 0.07 MB 202 222
214,354 214,354 000000000000016606695f428b90b56e726beabebd8800e24bd7a3505cd865f5 0.06 MB 106 148
214,353 214,353 0000000000000563e3c7adf76b009a8eb5227128844c2bd96d0d914aa94c6ebf 0.11 MB 241 183
214,352 214,352 0000000000000026ef10669aefae16e0c4f6359c8a6683f022fb6c49ea736c12 0.05 MB 139 191
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.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.