Memory Pool Memory Pool Refreshing

7,570 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (633,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,588 274,588 0000000000000002ec60826bcfd8f58c30cc80166226556aaca1b65a427ea2d2 0.25 MB 620 74
274,587 274,587 0000000000000001a0bdafcf644a1d30136b8a025a2efe6529787c7f7370230b 0.10 MB 191 51
274,586 274,586 00000000000000014da395ffb8ce10e50a6c8f993368d694ff1db7da8c1ffcd4 0.03 MB 73 49
274,585 274,585 0000000000000000836f28ec8448c02ee69189fd425cf3c7259bee6f491e9cbd 0.15 MB 291 69
274,584 274,584 0000000000000000091249b3442c6fb6b0f42bb94f81bb70d71ece5cca53970e 0.03 MB 38 26
274,583 274,583 0000000000000000108770cb802e018ccedc002b0e3201cda898697681f76ad4 0.03 MB 66 46
274,582 274,582 0000000000000003ba7be1707f3f7eaa2cfe36b74e6834d6723a977159c54261 0.09 MB 167 45
274,581 274,581 00000000000000042e5506f4e977d2dafad852131587d3aab28757035c49f1a1 0.01 MB 34 41
274,580 274,580 0000000000000004a28236bf4cd83482b7bb93cd901e58f1fd6b9f166ea9e806 0.05 MB 118 37
274,579 274,579 000000000000000336c5452db364f0a812e6488466c50713a8c4cf7d172b9272 0.07 MB 188 51
274,578 274,578 0000000000000003114359b460f461606d30f4bdf3ce771e578c0181a01bf1e2 0.21 MB 162 22
274,577 274,577 00000000000000000483283e2cf7a947acdaa09cc6a62573034dda19f86c1708 0.25 MB 495 60
274,576 274,576 00000000000000034d94e68ad9dbc453f6b9a764cf350e17c204e3b260afac76 0.11 MB 218 53
274,575 274,575 000000000000000431254537d11cd62e3006258e16f806f1b881dde449244d2b 0.19 MB 353 57
274,574 274,574 000000000000000232ab7a9722f291cdd1629a9329486c97f79b2a62a3e1c4bd 0.07 MB 134 35
274,573 274,573 000000000000000187c9b8fa7cc2e75caec76e9acc36118a4e5a6ceae1eeb6e1 0.08 MB 226 72
274,572 274,572 00000000000000034346f0fb5c815e5964e4f9a404007273239798f7c888afa1 0.04 MB 90 34
274,571 274,571 0000000000000002a45f128e38af652e5b1ca27ceaecb03ce3a0e14167e9d3e7 0.00 MB 7 88
274,570 274,570 00000000000000028d9f0ed77cba056970c3883ef0be9515400b1a2757ca406e 0.03 MB 45 13
274,569 274,569 00000000000000038655a6ee761ba6c1e19605b5a23d3988b4885c4495440b4e 0.38 MB 706 45
274,568 274,568 000000000000000372da24b95a0cf49096c5cea76e23f4d49ee8c4e45b6d7760 0.10 MB 92 56
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.