Memory Pool Memory Pool Refreshing

2,014 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,994 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (473,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,278 434,278 00000000000000000021a7089c46a5a8a8336d764d47c63b950f04593ae6004d 0.16 MB 170 35
434,277 434,277 00000000000000000091c9221b2dd413fbf6a83d61d633a2673d133192eb6e4d 1.00 MB 489 21
434,276 434,276 00000000000000000192de0ff9a500c8af279ac25352d219a13fbc8b7d4d059e 1.00 MB 2,325 62
434,275 434,275 000000000000000000b994ef929af53902709f38ae6ef74f7d2877dd37c90d31 0.10 MB 266 72
434,274 434,274 000000000000000000bb47e485eaf205781723810884cb5ef50ccbe95332312f 0.69 MB 583 25
434,273 434,273 0000000000000000023e95709f438dbe09a75196e83ccf52155048f32cbd12d8 0.98 MB 956 26
434,272 434,272 000000000000000002f0a88aa59b22f87691b0d1830667ec591344c0ad7a1502 1.00 MB 1,830 45
434,271 434,271 000000000000000003a3fb3642e6b311efb3a9be21617f6019e04fa576c6af7e 1.00 MB 2,308 88
434,270 434,270 000000000000000003d60b6ce743ce5040ee5362845593970b5397d6d2d82063 0.66 MB 1,224 45
434,269 434,269 000000000000000002bc61c6e3d322bf6271a737d65dc7fe6082a9f58a7c0c18 0.86 MB 506 24
434,268 434,268 000000000000000002091e731093120f1a3b92f5a15f05cc957538a8a821ea68 1.00 MB 1,886 57
434,267 434,267 000000000000000003c0a9942fee4ea03f91c1c6081c601dd72e512b2ce0a275 1.00 MB 1,484 48
434,266 434,266 00000000000000000159dbaaa8d08a9837e6f2f528c116be7b4a8c170a7ad126 1.00 MB 2,219 71
434,265 434,265 000000000000000001e4394b274865598d1fd14a8b1c277b641523d31363c962 1.00 MB 635 58
434,264 434,264 00000000000000000195d48211a86761f430d6f9a0e38e6744abc92797bde6d3 0.99 MB 889 56
434,263 434,263 0000000000000000036284a49c16d480a5e971f55c3b6d208501ae54cff4c69a 1.00 MB 2,390 67
434,262 434,262 0000000000000000042171d49874ea7303c67cd9b5d40887965e4ab8638e10ba 1.00 MB 2,368 65
434,261 434,261 0000000000000000039d211593cc95ae2eb140bab97787c0e6163b09e6700ba8 1.00 MB 1,487 45
434,260 434,260 00000000000000000133b59dd9667f4f2843997e441360f4501110908fa30193 0.87 MB 1,254 44
434,259 434,259 0000000000000000032a4702654c37a5d7dd6d69261f6b5bac0ab68724b5a6a0 1.00 MB 1,366 36
434,258 434,258 00000000000000000382c8af153a28060de4c441b4e53fd21da9323f82bf6835 0.23 MB 564 58
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.16 GB sent, 93.41 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.