Memory Pool Memory Pool Refreshing

5,515 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (589,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,383 318,383 00000000000000001df17270671f9ee438409bf18d912afbe9843c113fd8b265 0.24 MB 415 25
318,382 318,382 0000000000000000278f56213b4571354f622ec6f187b0203faf1f983d471e14 0.06 MB 105 25
318,381 318,381 00000000000000000656c71c87fb56541a9dfa336cedac78b1449919a66079cc 0.04 MB 34 14
318,380 318,380 00000000000000000a8be120f51ce1797396efc378df301c59c0b6dd35d86a38 0.20 MB 344 26
318,379 318,379 00000000000000000beb4c96968a6c673b0dd80be3967ee8decb95621151c7d0 0.30 MB 516 28
318,378 318,378 000000000000000014f65245ec79ec4cd95024a12cfdf0ef4191e6bf8a0e5ccb 0.13 MB 242 22
318,377 318,377 00000000000000001dc9d673b879d62009d44841809d62c3c12e08ed0ec7f57f 0.40 MB 298 10
318,376 318,376 00000000000000002c17d37ea1437b46562242494a965ccb6b1c4df163203df6 0.93 MB 2,110 32
318,375 318,375 00000000000000000e8f81097b4227e8e8fcb8a59135b1171c1734754edd4df6 0.18 MB 512 40
318,374 318,374 00000000000000002a24840acb7fb568e8f8130209fcf6cc92760fcf87aff604 0.29 MB 512 26
318,373 318,373 00000000000000001ef3dc494835e69b88ae9bfbbaecf77fdb11ae2989b1027e 0.48 MB 464 19
318,372 318,372 000000000000000012267d40eccd68b20e00f2dbbce262e3517854eb7cf12c2c 0.03 MB 56 24
318,371 318,371 0000000000000000063852b62f0102148913004c6738d7544f90d94063961dba 0.03 MB 56 20
318,370 318,370 000000000000000007613c84cfd7d8a49bde242373051b21294b01dd1ed73bff 0.02 MB 34 20
318,369 318,369 000000000000000018fdf4793249f21f7cf437049b2c2e39cfa9148a98eedcb4 0.07 MB 99 27
318,368 318,368 0000000000000000218a84d97b0e920e9e5a78c4683c666c2f729d367340d6bc 0.03 MB 32 18
318,367 318,367 00000000000000001de2f761b1c4d82867be41a2277ecd97e9be1ee0d752adf1 0.08 MB 139 25
318,366 318,366 0000000000000000278da3265d2462b5b6b9a3a4b7a8e93cb5f0ade57213ea44 0.02 MB 29 16
318,365 318,365 0000000000000000021448823e162f6a69259893e322a9171561adcdad08234b 0.20 MB 428 28
318,364 318,364 000000000000000023206497e652320cdaa51b28a7f99cb4ca76b4851d51ef7b 0.17 MB 325 26
318,363 318,363 000000000000000010541b0b8e181d8d1449944a6672abbadce09d8f79cd2b57 0.10 MB 253 33
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.04 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.