Memory Pool Memory Pool Refreshing

2,810 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,496 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (715,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,551 192,551 000000000000025aeaa985ae9e59a18971920afa8fa2b2085836f8cd5f41e406 0.02 MB 53 100
192,550 192,550 000000000000005a85f68eeb3517465770ddda90d4ad7aa0f711afe2b6adb601 0.05 MB 83 129
192,549 192,549 00000000000000c917ad01a1c0ec5785aaac87769a1d18f60cd6368a2ce00d72 0.00 MB 10 18
192,548 192,548 00000000000006a2946e3d38fc611c7ca236009aeadb5edb9eb93f76731e6ed4 0.04 MB 83 102
192,547 192,547 00000000000004b18a3afa9abba5689452a2be522d6357bdbf317dda3a4fe860 0.19 MB 451 123
192,546 192,546 000000000000004b17a1e5f6489dc1804abcf4236efde0e47695dc2b732dc19e 0.01 MB 33 253
192,545 192,545 0000000000000584612d3da5f249e6c3b5448c3c0745e86e042e6f4779f04251 0.05 MB 131 134
192,544 192,544 00000000000004684bcb4fc03d9311b851d22d69aae7931b0efdc6de68dccf93 0.02 MB 66 49
192,543 192,543 000000000000030cdf6b392409bd60e86bc7b694fcd10bb63274bd730d3d4aaf 0.01 MB 30 162
192,542 192,542 00000000000005da6fc2acd06b03d07e90c34e1e62a93537dc488a72f3a59065 0.03 MB 118 171
192,541 192,541 0000000000000750f6fc9ad8691eef31c0ed2742551e2ccbba6ca59d1496a2c5 0.26 MB 733 153
192,540 192,540 00000000000005d0df360e22de491a166160b74fa91da09a26b3bd99d46985f1 0.05 MB 117 121
192,539 192,539 000000000000055f0a9995c755e145d91a53fbbcc3d9c471d4e3f8de9e2d2ab9 0.00 MB 1 0
192,538 192,538 000000000000004657e29ed5ddae2d1e3a114abc4db2bedba08ecf15edd8c59e 0.03 MB 89 125
192,537 192,537 000000000000064a41fefa305b53ac8fab6c6d1e4477616a3420d9e47b6ebcee 0.05 MB 148 162
192,536 192,536 000000000000070a51a32181a67ebde6b001bc6b89e3c9b9f14cf70d29e146b0 0.20 MB 512 135
192,535 192,535 0000000000000396db95e61fb010117b71c87532398fd89bf6486dc140fb88f5 0.03 MB 104 23
192,534 192,534 000000000000037b7cbaafaeaad8d3cb61b32de7d4bd86accbeb6b12db0b4549 0.50 MB 1,288 29
192,533 192,533 000000000000054b358f99890c9284f4e0a0d317bb46636baa5f4e6e042ffd4d 0.26 MB 700 154
192,532 192,532 00000000000002552b6a8f2d02ffd27f701846719b208f7f91887e0d33ae6176 0.05 MB 114 109
192,531 192,531 00000000000006cb6de8828d54fae62d5f7a6eb0cd7c8de7145253df943be82d 0.02 MB 71 122
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.