Memory Pool Memory Pool Refreshing

379 transactions
0.16 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
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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (832,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,285 76,285 00000000007879baff71e6e79a49cda1785241a76280d9fec8a96e61083bcb02 0.00 MB 1 0
76,284 76,284 00000000003e3a44efb5dbd13f3db157e0562f03bca2cabad7e70ab2b98d710e 0.00 MB 1 0
76,283 76,283 000000000021b51c3ebc3f062d3d7cf50b1525fef335c0e6146b1423dcdd053b 0.00 MB 1 0
76,282 76,282 000000000044e4c45121fd95b525a35e2cde40eaae9503fe20df64e7e0318dca 0.00 MB 1 0
76,281 76,281 00000000001ddaf482a1510d25c9267b056bd917620043075a65c00510b34e79 0.00 MB 2 0
76,280 76,280 0000000000554dbd313a2ebf0b8ebb46556a21973ca28685539854b263c3d26f 0.00 MB 1 0
76,279 76,279 00000000001759029077b9485fdeb49d0bb5de7a341c0742cba2360a90e588f8 0.00 MB 2 0
76,278 76,278 000000000015dfae8600b4b5218341c6bfabb0c66ebe5ef7d94e7268f119cd4c 0.00 MB 2 0
76,277 76,277 0000000000354b81659cfc4adcf63aab03c82fbb7ab473ac7c9ffb8624cbcea9 0.00 MB 1 0
76,276 76,276 00000000000e4587a1b01e647501c0663070bd0143b79a1ddb7d261ab9e80d5f 0.00 MB 2 0
76,275 76,275 00000000005ddc90abab522e49f894b06c9ad238bce626b3a7a5ded4c1d11526 0.00 MB 3 0
76,274 76,274 00000000005034e6225ffc78f1ffa961360f58db8bba880998f8b0f10913646d 0.00 MB 1 0
76,273 76,273 000000000020b7c53fae09a954f483b02af28274c241485d2fea35a2c3c8014c 0.00 MB 1 0
76,272 76,272 00000000005ff427a93f3afadb58d6f607efe8dbcbdd8019c1c130b111db598a 0.00 MB 1 0
76,271 76,271 00000000006eeff4335d6aab0efe3286b48c01d24d123e4add9da6329e53a680 0.00 MB 1 0
76,270 76,270 00000000000c1539091fe35c3270ecfa40c9f8c1b82a1d057f2339dcc92d3720 0.00 MB 1 0
76,269 76,269 00000000002befbed330922b07e4aa249a016e6804b21f0e6c738177492086a3 0.00 MB 1 0
76,268 76,268 00000000004c5aaddcd90deee486a51b3c1be662be43d74915529026fe649d46 0.00 MB 1 0
76,267 76,267 00000000001b75ac8a94f529a44470e7f30f0f655c66dfba8ccd8eed16a9ec98 0.00 MB 1 0
76,266 76,266 00000000000999fd48db56ff8fd946c9797878f0f3e1ed05360931665ff1c30b 0.00 MB 1 0
76,265 76,265 000000000068176fb864960099339ba6930165b3a599f4c60fce992790b2d500 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.