Memory Pool Memory Pool Refreshing

7,830 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (670,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,602 237,602 000000000000005c9886d02928d706fc0eafb0bc34824a791689c321c28ea245 0.09 MB 220 16
237,601 237,601 00000000000000a81216343ded733a17fe802496586f8a0dbd50cf353e28bc14 0.25 MB 774 232
237,600 237,600 000000000000013549c61b496937e13332831ee4455a6207ef94f963634eee16 0.10 MB 324 59
237,599 237,599 000000000000016e0da28573ce4f126e424e584595668e07297e9cb73405fc1f 0.25 MB 322 98
237,598 237,598 00000000000000c23c8007d715e489e362575102b552e0ffe8a098b5ffb0572c 0.25 MB 776 263
237,597 237,597 0000000000000179e0569de21645ccb174845f380c49f931542d30df4bd3f492 0.13 MB 275 191
237,596 237,596 00000000000001285c3cd56cf5e79ee49bc4682336a1cc07512002573a00cdd1 0.01 MB 29 88
237,595 237,595 00000000000000f787e4cb7b219fd18c44cadac3dd5694ab79000266be5e2564 0.25 MB 601 198
237,594 237,594 000000000000003a2c863f94d8d7d0b2761704769f6f2658bfb5421777c1d71d 0.15 MB 334 182
237,593 237,593 00000000000000a928caa7a836e6b7deb286f232cacac97ebfa1460bfa207f3a 0.25 MB 459 108
237,592 237,592 00000000000000ddec8e5ecc2c92c0c204791c8acd198c068d3be5fa35acbc58 0.25 MB 519 150
237,591 237,591 000000000000004599ea8d832f700e982e69b2dd2daebe84f73b0159b0c7b361 0.25 MB 715 213
237,590 237,590 0000000000000066355e5b6170783ae036d2ea3cdce304afefd802886f16cec2 0.02 MB 54 93
237,589 237,589 00000000000000b7757da844dbd9142e94c8a506645d75ed5f7c95f936f9d390 0.13 MB 284 169
237,588 237,588 00000000000000fadd7d6e65c40fee2608e08e1ad8319a1a092d7fda9c5627cf 0.19 MB 262 100
237,587 237,587 00000000000000872acd8c4f2fe8eba670dc2249f6dcee788df1718de772c90e 0.25 MB 724 208
237,586 237,586 0000000000000117fafeaa7406541fa8b356a91fd283bb76d2f58536c943095f 0.25 MB 641 177
237,585 237,585 0000000000000116510ab9c19ee52717a17079f083b9f7d443e7422af71cbd0d 0.10 MB 320 74
237,584 237,584 000000000000013a1bcc6bd88e8ff7e34430a884d96a0577047991df6a35e7b1 0.18 MB 369 172
237,583 237,583 0000000000000059cbd87d8255a49c8fd87592168f1627dafe571e937235ca4d 0.14 MB 323 163
237,582 237,582 00000000000000f47ddd2f1412945485a79839550ca4aba9b12631b02e3cafcd 0.09 MB 183 139
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.