Memory Pool Memory Pool Refreshing

3,633 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,178 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (732,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,318 175,318 000000000000008d8e85b15f04d2624d3d42011e3c13932d6655863c4e34dfc8 0.05 MB 36 199
175,317 175,317 0000000000000a4c05e8dac41ec6406ac0d1addaadaf1918cdcc467c9e2ea551 0.01 MB 21 193
175,316 175,316 00000000000006dc052ab4fced1369703be9c92621d9c29b6cf6f68fa342fdd9 0.04 MB 131 105
175,315 175,315 000000000000082693b483cda1e802db9f143c2c97bb6a20c8563e94c6212577 0.04 MB 83 145
175,314 175,314 00000000000007fa5de64937d03819a733ffad3212013f08c1237fa007bba5a2 0.01 MB 12 48
175,313 175,313 0000000000000115ec4673e596d9573f0adb31e3188d714bd8b776eb69dfdb20 0.03 MB 89 109
175,312 175,312 000000000000020d736bf7639c343a5b6021a7c145264aac5b5f01c39ac77385 0.04 MB 76 80
175,311 175,311 0000000000000338bbbcfd542a0e6a4a9454d9061eede6ef7eae41af825c47df 0.00 MB 8 118
175,310 175,310 000000000000079f6160f0051ffed6fc418fa6ccff539a5916f60552d2f1269f 0.03 MB 61 61
175,309 175,309 0000000000000216d0880d7d2d72087c941a1d0c1508b8b06f2e74bb0524461b 0.01 MB 24 32
175,308 175,308 00000000000005cca89e8cdd926cae6729c74a58e1dae2977f38899944196b30 0.00 MB 7 101
175,307 175,307 00000000000009a031dbafda014cb3b0ded0194c95a7646c488f65376659271b 0.00 MB 8 36
175,306 175,306 00000000000005c6a980cd2cab933ca472b7d83ce483af2a54394627d73603b5 0.01 MB 13 325
175,305 175,305 0000000000000993d178a96c01d3b535f5d6cc2e29683871e1a81a6498894eea 0.02 MB 17 22
175,304 175,304 00000000000007285fad93dfe81b6cf958b42cd4ee4a64f8d58518598f9698ff 0.05 MB 73 98
175,303 175,303 000000000000070059befab84a65a38ea1639cdb4b8ec8d6550e965bdf3994d5 0.03 MB 109 125
175,302 175,302 000000000000039eef3c3c17b66cbb3d7500c41446a8e17ef67e17a1e23c28f5 0.05 MB 46 47
175,301 175,301 00000000000000a63d3bbbc495cbfae2b40ad0cb2900b5586c1d66f62e5b5cd6 0.05 MB 137 22
175,300 175,300 00000000000002c1bff78fea37f6a80e64936e94bdfb3eff87219b54852aed54 0.06 MB 155 193
175,299 175,299 0000000000000895fe7f5739d8aa210f498fb3448f2b5678d4127e16ca0f77d1 0.07 MB 88 906
175,298 175,298 00000000000003b582d9f958ee1ea6118e9ddcc6347e330470b63eebf38e8600 0.05 MB 117 175
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.